mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-22 16:48:30 +02: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-
|
restore-keys: ${{ runner.os }}-cargo-
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: cargo check --all
|
run: cargo check --all
|
||||||
- run: cargo install --locked cargo-udeps || true
|
|
||||||
- name: Check
|
|
||||||
run: |
|
|
||||||
cargo udeps
|
|
||||||
rm -rf ~/.cargo/advisory-db
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: cargo test --all
|
run: cargo test --all
|
||||||
|
|||||||
Reference in New Issue
Block a user