Skip to content

Commit

Permalink
Merge 3d48616 into 95a8583
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Coyle committed Jun 14, 2021
2 parents 95a8583 + 3d48616 commit 9a0371d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,14 @@ jobs:
# Install Rust and required components
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true

# Install and run cargo udeps to find unused cargo dependencies
- name: cargo-udeps unused dependency check
run: |
cargo install cargo-udeps --locked
cargo +nightly udeps --all-targets
- name: Run cargo-udeps
uses: aig787/cargo-udeps-action@v1
with:
version: 'latest'
args: '--all-targets'

cargo-deny:
if: |
Expand Down

0 comments on commit 9a0371d

Please sign in to comment.