Skip to content

Commit

Permalink
use one thread in v1.6 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Feb 25, 2024
1 parent b0fc68c commit b9f3f94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ jobs:
- windows-latest
arch:
- x64
prefix:
- ''
include:
- version: '1.6' # test on oldest supported version
arch: x64
os: ubuntu-latest
prefix: 'JULIA_NUM_THREADS=1 '
env:
JULIA_PKG_SERVER: ''
steps:
Expand All @@ -47,6 +50,8 @@ jobs:
uses: julia-actions/julia-runtest@v1
timeout-minutes: 30 # kill stale process earlier
continue-on-error: ${{ matrix.version == '1.6' }}
with:
prefix: ${{ matrix.prefix }}
- name: Process coverage
uses: julia-actions/julia-processcoverage@v1
- name: Upload coverage
Expand Down

0 comments on commit b9f3f94

Please sign in to comment.