We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56122cc commit acf1ad3Copy full SHA for acf1ad3
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
strategy:
13
+ fail-fast: false
14
matrix:
15
rust-toolchain: [ "stable", "nightly-2024-12-21" ]
16
steps:
0 commit comments