From 64abb5f70dbe40970a924a1405c1afd195bc57dc Mon Sep 17 00:00:00 2001 From: Denis P Date: Wed, 25 Sep 2019 18:48:55 +0200 Subject: [PATCH] add cargo audit --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6aa6ab98fd..80a9e42b9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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