Disable github actions CI fail-fast
This commit is contained in:
parent
d5e035d2cf
commit
84baf51eb8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
- rust: nightly
|
||||
test_features: "--all-features"
|
||||
allow_failure: true
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions-rs/toolchain@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue