Skip to content

Commit 9fdb5dc

Browse files
authored
Allow nightly to fail (#359)
* Allow nightly to fail * Simplify
1 parent 952d58c commit 9fdb5dc

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.julia-version == 'nightly' }}
1415
strategy:
1516
fail-fast: false
1617
matrix:

0 commit comments

Comments
 (0)