Skip to content

Commit

Permalink
Allow unreachable_code
Browse files Browse the repository at this point in the history
  • Loading branch information
bact committed Nov 10, 2024
1 parent 6e9b033 commit 74dd6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-main-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Test
run: cargo test
run: RUSTFLAGS="-A unreachable_code" cargo test

0 comments on commit 74dd6fd

Please sign in to comment.