mirror of https://github.com/lapce/lapce.git
ci: don't fail other jobs on clippy/rustfmt fail
This commit is contained in:
parent
6150129f50
commit
4e0b09feea
|
@ -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 ]
|
||||
|
|
Loading…
Reference in New Issue