We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d257b6 commit bef0fcdCopy full SHA for bef0fcd
.github/workflows/CI.yml renamed to .github/workflows/Tests.yml
@@ -1,4 +1,4 @@
1
-name: CI
+name: Tests
2
on:
3
push:
4
tags:
@@ -13,6 +13,10 @@ concurrency:
13
# Cancel intermediate builds: only if it is a pull request build.
14
group: ${{ github.workflow }}-${{ github.ref }}
15
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
16
+
17
+env:
18
+ JULIA_NUM_THREADS: 11
19
20
jobs:
21
test:
22
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
@@ -22,6 +26,7 @@ jobs:
26
actions: write
23
27
contents: read
24
28
strategy:
29
+ fail-fast: false
25
30
matrix:
31
version:
32
- 'pre'
0 commit comments