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