ci(rust): continue testing on fmt or clippy error
Some checks are pending
/ lint-n-test (push) Waiting to run

This commit is contained in:
aria 2025-07-11 22:27:56 +10:00
parent 6f6209ee7c
commit a0d030d26e
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -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