From 286b4651ba24fce79ac2ff224fc7f3834c70d9bc Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com> Date: Sat, 2 Nov 2024 23:36:17 +0100 Subject: [PATCH] Test release mode --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 203d9df2..2239f8e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -165,7 +165,7 @@ jobs: run: cargo build - name: Run tests - run: cargo test --workspace -- --nocapture + run: cargo test --workspace --release -- --nocapture - name: Upload artifacts if: failure()