Skip to content

Commit

Permalink
chore(ci): reenable check-unused-deps (#3706)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Oct 29, 2024
1 parent b91a5bb commit c4a7deb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
check-unused-deps:
name: Check Unused Dependencies (${{ matrix.flags }})
# Temporarily disabled until the nightly build bug is resolved
if: (!cancelled() && false)
if: (!cancelled())
strategy:
matrix:
flags: ["--all-features", "--no-default-features"]
Expand Down

0 comments on commit c4a7deb

Please sign in to comment.