chore: we can now turn cargo audit back on

This commit is contained in:
rvcas 2023-02-01 14:38:47 -05:00 committed by Lucas
parent 618ea0c8dc
commit cb8bdac39d
1 changed files with 2 additions and 0 deletions

View File

@ -26,3 +26,5 @@ jobs:
run: cargo fmt --all -- --check run: cargo fmt --all -- --check
- name: Clippy - name: Clippy
run: cargo clippy --all-targets --all-features -- -D warnings run: cargo clippy --all-targets --all-features -- -D warnings
- name: Audit
run: cargo audit