Don't fail fast on CI
This commit is contained in:
parent
e95794da43
commit
b982d60a4d
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -12,6 +12,7 @@ jobs:
|
||||
name: Rust
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user