Remove slow udeps from CI

This commit is contained in:
Gregory Schier
2024-06-08 21:03:17 -07:00
parent 714a96120a
commit a576ba7a23

View File

@@ -39,10 +39,5 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-
- name: Lint
run: cargo check --all
- run: cargo install --locked cargo-udeps || true
- name: Check
run: |
cargo udeps
rm -rf ~/.cargo/advisory-db
- name: Test
run: cargo test --all