We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952d58c commit 9fdb5dcCopy full SHA for 9fdb5dc
.github/workflows/CI.yml
@@ -11,6 +11,7 @@ jobs:
11
test:
12
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
13
runs-on: ${{ matrix.os }}
14
+ continue-on-error: ${{ matrix.julia-version == 'nightly' }}
15
strategy:
16
fail-fast: false
17
matrix:
0 commit comments