Enable cargo-deny in CI

We have quite a few duplicate crate deps at the moment, so those warnings
are currently disabled.
This commit is contained in:
Damien Elmes 2022-11-30 13:10:38 +10:00
parent e3167c4e3c
commit 526707473a

View file

@ -15,5 +15,10 @@ export ONLINE_TESTS=1
./ninja pylib/anki qt/aqt check
# ensure anki/aqt importable
echo "--- Ensure libs importable"
SKIP_RUN=1 ./run
echo "--- Check Rust libs"
cargo install cargo-deny
cargo deny check -A multiple