ci: don't fail other jobs on clippy/rustfmt fail

This commit is contained in:
Jakub Panek 2022-08-24 22:43:32 +01:00 committed by GitHub
parent 6150129f50
commit 4e0b09feea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ jobs:
fmt:
name: Rustfmt (${{ matrix.toolchain }}) on ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
toolchain: [ stable ]
@ -78,6 +79,7 @@ jobs:
clippy:
name: Clippy (${{ matrix.toolchain }}) on ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
toolchain: [ stable ]