From 153f788b2f5336eb15c7c062cf45fd8e257335f2 Mon Sep 17 00:00:00 2001 From: moven0831 Date: Sun, 22 Dec 2024 17:30:21 +0800 Subject: [PATCH] chore: update GitHub Actions workflow to run tests in release mode --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 3d94fde..7126252 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -45,4 +45,4 @@ jobs: - name: Run GPU Benchmarks tests run: | cd mopro-msm - cargo test test_msm_correctness -- --nocapture + cargo test --release test_msm_correctness -- --nocapture