We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9b033 commit 74dd6fdCopy full SHA for 74dd6fd
.github/workflows/test-main-lib.yml
@@ -37,4 +37,4 @@ jobs:
37
uses: actions-rust-lang/setup-rust-toolchain@v1
38
39
- name: Test
40
- run: cargo test
+ run: RUSTFLAGS="-A unreachable_code" cargo test
0 commit comments