Skip to content

Commit 1cbcd4c

Browse files
Allow failures on nightly
1 parent 89ac1c4 commit 1cbcd4c

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
@@ -11,6 +11,7 @@ jobs:
1111
test:
1212
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1313
runs-on: ${{ matrix.os }}
14+
continue-on-error: ${{ matrix.version == 'nightly' }}
1415
strategy:
1516
fail-fast: false
1617
matrix:

0 commit comments

Comments
 (0)