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 7e2872d commit bf6ec7fCopy full SHA for bf6ec7f
.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.version == 'nightly' }}
15
strategy:
16
fail-fast: false
17
matrix:
0 commit comments