mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-24 16:45:02 +01:00
Remove slow udeps from CI
This commit is contained in:
5
.github/workflows/ci-rust.yml
vendored
5
.github/workflows/ci-rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user