chore: we can now turn cargo audit back on
This commit is contained in:
parent
618ea0c8dc
commit
cb8bdac39d
|
@ -26,3 +26,5 @@ jobs:
|
|||
run: cargo fmt --all -- --check
|
||||
- name: Clippy
|
||||
run: cargo clippy --all-targets --all-features -- -D warnings
|
||||
- name: Audit
|
||||
run: cargo audit
|
||||
|
|
Loading…
Reference in New Issue