Skip to content

Commit 6352ec6

Browse files
authored
Nightly tests don't count as failed CI (#215)
This should change the CI such that failures on nightly no longer count as a failed test (thus avoiding the red cross)
1 parent f09e40c commit 6352ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
name: Julia nightly - ${{ matrix.os }} - ${{ matrix.arch }}
5656
runs-on: ${{ matrix.os }}
5757
strategy:
58-
fail-fast: false
5958
matrix:
6059
version:
6160
- 'nightly'
@@ -65,6 +64,7 @@ jobs:
6564
- windows-latest
6665
arch:
6766
- x64
67+
continue-on-error: true
6868
steps:
6969
- uses: actions/checkout@v4
7070
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)