CI: temp. allow cargo deny to fail (#8122)

This commit is contained in:
Denis Pisarev
2021-02-15 13:15:58 +01:00
committed by GitHub
parent 33f9becf41
commit 403d9aab10
+2
View File
@@ -199,6 +199,8 @@ cargo-deny:
when: always
paths:
- deny.log
# FIXME: Temorarily allow to fail.
allow_failure: true
cargo-check-benches:
stage: test