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 e95794d commit b982d60Copy full SHA for b982d60
.github/workflows/ci.yaml
@@ -12,6 +12,7 @@ jobs:
12
name: Rust
13
runs-on: ${{ matrix.os }}
14
strategy:
15
+ fail-fast: false
16
matrix:
17
os: [ubuntu-latest, windows-latest, macos-latest]
18
env:
0 commit comments