We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e53e4 commit 88ccb41Copy full SHA for 88ccb41
1 file changed
.github/workflows/ci.yml
@@ -9,6 +9,7 @@ on:
9
jobs:
10
rust-check:
11
runs-on: ubuntu-latest
12
+ continue-on-error: ${{ matrix.toolchain == 'nightly' }}
13
strategy:
14
matrix:
15
toolchain: [stable, nightly]
0 commit comments