add cargo audit

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