Skip to content

Commit e87a486

Browse files
committed
Try nthreads=5,6,7
1 parent bcd36c3 commit e87a486

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
nthreads:
1919
- '1'
2020
- '2'
21-
- '4'
21+
- '5'
22+
- '6'
23+
- '7'
2224
fail-fast: false
2325
name: Test Julia ${{ matrix.julia-version }} nthreads=${{ matrix.nthreads }}
2426
steps:

0 commit comments

Comments
 (0)