Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-10-04 18:56:50 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-10-04 18:56:50 +0300
commit85c46ede5bd2e1cc02f75d4db3b579bbb6d79c5d (patch)
tree18f33e61bdcf8f9f6a5dce2a9d4932d349de66e8 /.gitlab-ci.yml
parent68c2d27e8dd3347b8d1fbfbd64eb7b45418e07df (diff)
ci: Run cargo-deny on the whole workspace with all features enabled
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8344acd18..7044743f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -344,7 +344,7 @@ deny:
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
script:
- - cargo deny check
+ - cargo deny --color=always --workspace --all-features check all
outdated:
extends: '.debian:12-stable'