Skip to content

Commit 751b87e

Browse files
committed
Allow failure on nightly
1 parent 0881419 commit 751b87e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
1111
runs-on: ${{ matrix.os }}
1212
strategy:
13-
fail-fast: true
13+
fail-fast: false
1414
matrix:
1515
version:
1616
- '1'
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
version: ${{ matrix.version }}
3232
arch: ${{ matrix.arch }}
33+
continue-on-error: ${{ matrix.version == 'nightly' }}
3334
- uses: julia-actions/julia-buildpkg@latest
3435
- uses: julia-actions/julia-runtest@latest
3536
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)