Skip to content

Commit

Permalink
Remove cargo audit exemptions
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanDebrunner committed Nov 30, 2023
1 parent b741fe8 commit a989e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: cargo fmt --all -- --check
- run: cargo clippy --all -- --deny=warnings
- run: cargo clippy --all --no-default-features -- --deny=warnings
- run: cargo audit --ignore RUSTSEC-2020-0056 --ignore RUSTSEC-2022-0048 --ignore RUSTSEC-2020-0071
- run: cargo audit
- run: cargo build --all
- run: cargo build --all --no-default-features
- run: cargo test --all
Expand Down

0 comments on commit a989e8f

Please sign in to comment.