mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-03 19:41:48 +02:00
Remove slow udeps from CI
This commit is contained in:
@@ -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