Skip to content

Commit

Permalink
Allow nightly to fail (#359)
Browse files Browse the repository at this point in the history
* Allow nightly to fail

* Simplify
  • Loading branch information
gdalle authored Feb 27, 2024
1 parent 952d58c commit 9fdb5dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.julia-version == 'nightly' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9fdb5dc

Please sign in to comment.