ci(rust): continue testing on fmt or clippy error
Some checks are pending
/ lint-n-test (push) Waiting to run
Some checks are pending
/ lint-n-test (push) Waiting to run
This commit is contained in:
parent
6f6209ee7c
commit
a0d030d26e
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,8 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: rustup component add rustfmt clippy
|
- run: rustup component add rustfmt clippy
|
||||||
- run: cargo fmt -- --check
|
- run: cargo fmt -- --check
|
||||||
|
continue-on-error: true
|
||||||
- run: cargo clippy -- -D warnings
|
- run: cargo clippy -- -D warnings
|
||||||
|
continue-on-error: true
|
||||||
- run: cargo check
|
- run: cargo check
|
||||||
- run: cargo test
|
- run: cargo test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue