Skip to content

Commit

Permalink
💚 remove udeps step
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed May 29, 2024
1 parent d0b017e commit 9335a6d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,6 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: cargo +nightly fmt --all -- --check

udeps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- run: cargo install cargo-udeps --locked
- run: cargo +nightly udeps --all-targets --all-features

typos:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9335a6d

Please sign in to comment.