Skip to content

Commit

Permalink
Run cargo-audit in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Mar 20, 2022
1 parent 2eeed8e commit 381dfa9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ test_task:
- if rustc --version | grep -q nightly; then
- cargo clippy --all-features --all-targets
- fi
audit_script:
- if rustc --version | grep -q nightly; then
- cargo install cargo-audit
- cargo audit
- fi
before_cache_script: rm -rf $CARGO_HOME/registry/index

codecov_task:
Expand Down

0 comments on commit 381dfa9

Please sign in to comment.