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 a59b6cc commit 38f5e80Copy full SHA for 38f5e80
.github/workflows/ci.yml
@@ -9,6 +9,7 @@ jobs:
9
test:
10
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
11
runs-on: ${{ matrix.os }}
12
+ continue-on-error: ${{ matrix.version == 'nightly' }}
13
strategy:
14
matrix:
15
version:
0 commit comments