We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0881419 commit 751b87eCopy full SHA for 751b87e
.github/workflows/CI.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
11
runs-on: ${{ matrix.os }}
12
strategy:
13
- fail-fast: true
+ fail-fast: false
14
matrix:
15
version:
16
- '1'
@@ -30,6 +30,7 @@ jobs:
30
with:
31
version: ${{ matrix.version }}
32
arch: ${{ matrix.arch }}
33
+ continue-on-error: ${{ matrix.version == 'nightly' }}
34
- uses: julia-actions/julia-buildpkg@latest
35
- uses: julia-actions/julia-runtest@latest
36
- uses: julia-actions/julia-processcoverage@v1
0 commit comments