chore: turn off cargo audit for now
This commit is contained in:
parent
e34cbc8e7e
commit
0b204beb58
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue