chore: turn off cargo audit for now

This commit is contained in:
rvcas 2022-12-20 15:42:20 -05:00 committed by Lucas
parent e34cbc8e7e
commit 0b204beb58
1 changed files with 0 additions and 2 deletions

View File

@ -24,5 +24,3 @@ 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