From 0868c8a2b95b54b05eac130f97578271ce39c3d2 Mon Sep 17 00:00:00 2001 From: Nikita Galaiko Date: Mon, 13 Nov 2023 16:59:13 +0100 Subject: [PATCH] drop udeps - it's too slow --- .github/workflows/push.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 179e85cc1..6a42ccd7f 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -77,9 +77,5 @@ jobs: steps: - uses: actions/checkout@v4 - uses: ./.github/actions/init-env-rust - with: - rust: "nightly" - - run: cargo install cargo-udeps - run: cargo install cargo-cranky - - run: cargo +nightly udeps --all-targets - run: cargo cranky --all-targets --all-features