mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
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:
parent
e3167c4e3c
commit
526707473a
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue