Skip to content

Commit

Permalink
Cannot cargo audit until we get rid of s3-server: s3d-rs/s3d#16. Rela…
Browse files Browse the repository at this point in the history
…x checks and remove hacks.
  • Loading branch information
brainstorm committed Jun 16, 2022
1 parent 3e6e240 commit 6343291
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/rust-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,15 @@ jobs:
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
cargo install cargo-deny
cargo install cargo-outdated
cargo install cargo-udeps
cargo install cargo-audit
cargo install cargo-pants
- name: Check
run: |
cargo deny check
cargo outdated --exit-code 1
cargo udeps
rm -rf ~/.cargo/advisory-db
cargo audit
#cargo deny check
cargo outdated
#cargo udeps
#cargo audit
cargo pants

0 comments on commit 6343291

Please sign in to comment.