CI: do not fail fast
This commit is contained in:
parent
f77c57195a
commit
f39b1300fa
|
@ -7,6 +7,7 @@ jobs:
|
|||
name: Tests
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- rust: stable
|
||||
|
|
Loading…
Reference in New Issue