Skip to content

Commit

Permalink
ci: allow unused imports with miri
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Apr 3, 2024
1 parent a219f8b commit f9ab56d
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 @@ -51,6 +51,8 @@ jobs:
components: rust-src, miri
- run: cargo miri setup
- run: cargo miri test
env:
RUSTFLAGS: -Dwarnings -Aunused-imports

test:
name: Test
Expand Down

0 comments on commit f9ab56d

Please sign in to comment.