add cargo audit

This commit is contained in:
Denis P
2019-09-25 18:48:55 +02:00
parent 3c0e942b33
commit 64abb5f70d
+9
View File
@@ -41,6 +41,15 @@ variables:
#### stage: test
cargo-audit:
stage: test
<<: *docker-env
except:
- /^[0-9]+$/
script:
- cargo audit
allow_failure: true
test-linux-stable:
stage: test
<<: *docker-env