Skip to content

Commit

Permalink
Deny warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jul 31, 2024
1 parent 25a40f6 commit 9639efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Check fallback implementation
run: cargo check --workspace
env:
RUSTFLAGS: --cfg terminal_trx_test_unsupported
RUSTFLAGS: --cfg terminal_trx_test_unsupported -Dwarnings
- name: Docs
run: cargo doc --all-features
lint:
Expand Down

0 comments on commit 9639efa

Please sign in to comment.