Skip to content

Commit

Permalink
Install cargo-audit in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Dec 24, 2024
1 parent 4635ded commit c32f8d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: cargo test
- name: Build
run: cargo build --verbose
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Audit
run: cargo audit -D warnings
- name: Install Miri
Expand Down

0 comments on commit c32f8d8

Please sign in to comment.