Skip to content

Commit

Permalink
Merge pull request #9 from AbdelStark/main
Browse files Browse the repository at this point in the history
remove udeps steps
  • Loading branch information
AbdelStark authored May 29, 2024
2 parents c0e5108 + 9335a6d commit 727da3a
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 727da3a

Please sign in to comment.