ci(rust): continue testing on fmt or clippy error
All checks were successful
/ lint-n-test (push) Successful in 1m3s
All checks were successful
/ lint-n-test (push) Successful in 1m3s
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
|
||||
- run: rustup component add rustfmt clippy
|
||||
- run: cargo fmt -- --check
|
||||
continue-on-error: true
|
||||
- run: cargo clippy -- -D warnings
|
||||
continue-on-error: true
|
||||
- run: cargo check
|
||||
- run: cargo test
|
||||
- run: cargo test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue