From 4e3b02ac917a743e69151acdbde95654e2214e79 Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Date: Tue, 30 May 2023 19:31:00 +0500 Subject: [PATCH] rm missing feature from cargo test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8970450..c316982 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('Cargo.lock') }} - name: Run Tests - run: cargo test --features "strict" --all --locked + run: cargo test --all --locked env: RUST_BACKTRACE: 1