We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7729026 commit 0f6cc75Copy full SHA for 0f6cc75
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Audit
48
# FIXME: Disabled:
49
# 1. spin: is no longer actively maintained
50
- run: cargo audit --ignore RUSTSEC-2019-0031
+ run: cargo audit --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2020-0041 --ignore RUSTSEC-2020-0016 --ignore RUSTSEC-2021-0078 --ignore RUSTSEC-2021-0079 --ignore RUSTSEC-2021-0113 --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2021-0124
51
52
- name: Test
53
run: timeout 15m cargo test --all --all-features
0 commit comments