From 74dd6fdf52d9b83cacbeb7c0c2789057c3823751 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Sun, 10 Nov 2024 07:03:21 +0000 Subject: [PATCH] Allow unreachable_code --- .github/workflows/test-main-lib.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-main-lib.yml b/.github/workflows/test-main-lib.yml index 7011e9b..76aae44 100644 --- a/.github/workflows/test-main-lib.yml +++ b/.github/workflows/test-main-lib.yml @@ -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