Skip to content

Commit bef0fcd

Browse files
committed
test: make julia version tetsts independent
1 parent 1d257b6 commit bef0fcd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/CI.yml renamed to .github/workflows/Tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Tests
22
on:
33
push:
44
tags:
@@ -13,6 +13,10 @@ concurrency:
1313
# Cancel intermediate builds: only if it is a pull request build.
1414
group: ${{ github.workflow }}-${{ github.ref }}
1515
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
16+
17+
env:
18+
JULIA_NUM_THREADS: 11
19+
1620
jobs:
1721
test:
1822
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
@@ -22,6 +26,7 @@ jobs:
2226
actions: write
2327
contents: read
2428
strategy:
29+
fail-fast: false
2530
matrix:
2631
version:
2732
- 'pre'

0 commit comments

Comments
 (0)