Update CI script

This commit is contained in:
Gregory Schier
2024-06-07 11:01:21 -07:00
parent ec148d1736
commit 239f6da141
2 changed files with 1 additions and 16 deletions

View File

@@ -45,19 +45,4 @@ jobs:
run: |
cargo fmt --all -- --check
cargo clippy -- -D warnings
- name: Install cargo check tools
run: |
cargo install --locked cargo-deny || true
cargo install --locked cargo-outdated || true
cargo install --locked cargo-udeps || true
cargo install --locked cargo-audit || true
cargo install --locked cargo-pants || true
- name: Check
run: |
cargo deny check
cargo outdated --exit-code 1
cargo udeps
rm -rf ~/.cargo/advisory-db
cargo audit
cargo pants
- run: cargo test --all