github: make fail-fast false for rustfmt and clippy
This commit is contained in:
parent
3ba42fb0fc
commit
1e7668fcaa
|
@ -18,6 +18,7 @@ jobs:
|
|||
rustfmt:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
|
@ -37,6 +38,7 @@ jobs:
|
|||
clippy:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue