Skip to content

Commit

Permalink
chore(ci): check unused_imports and dead_code
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Oct 12, 2023
1 parent ee65414 commit 92b215f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ jobs:

- name: check --feature-powerset
run: cargo hack --no-dev-deps check --feature-powerset --depth 2 --skip ffi,tracing
env:
RUSTFLAGS: "-D dead_code -D unused_imports"

ffi:
name: Test C API (FFI)
Expand Down

0 comments on commit 92b215f

Please sign in to comment.