Skip to content

Commit

Permalink
Run CI with nthreads=1 and nthreads=2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Mar 2, 2020
1 parent 347abde commit e4a2a15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@ jobs:
strategy:
matrix:
julia-version: ['1.3', 'nightly']
nthreads: ['1', '2']
fail-fast: false
name: Test Julia ${{ matrix.julia-version }}
name: Test Julia ${{ matrix.julia-version }} nthreads=${{ matrix.nthreads }}
steps:
- uses: actions/checkout@v2
- name: Setup julia
uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/julia-runtest@master
env:
JULIA_NUM_THREADS: ${{ matrix.nthreads }}
- uses: julia-actions/julia-uploadcodecov@latest
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e4a2a15

Please sign in to comment.