Skip to content

Commit

Permalink
ci: Use test-utils feature when running udeps
Browse files Browse the repository at this point in the history
The `test-utils` feature is required for benchmarks and some examples,
and their dependencies are not counted if the feature is not enabled.
  • Loading branch information
Chris Connelly committed Sep 10, 2021
1 parent ba18457 commit 4bb18e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: aig787/cargo-udeps-action@1cd634a329e14ccfbccfe7c96497d14dac24a743
with:
version: 'latest'
args: '--all-targets'
args: '--all-targets --features test-utils'

cargo-deny:
if: "!startsWith(github.event.pull_request.title, 'Automated version bump')"
Expand Down

0 comments on commit 4bb18e5

Please sign in to comment.