Skip to content

Commit 38f5e80

Browse files
authored
Allow CI failures on Julia nightly builds (#776)
1 parent a59b6cc commit 38f5e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
test:
1010
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
1111
runs-on: ${{ matrix.os }}
12+
continue-on-error: ${{ matrix.version == 'nightly' }}
1213
strategy:
1314
matrix:
1415
version:

0 commit comments

Comments
 (0)