From 2a102dcdbf9a6d86bbfae4ed5a33724f811f27b7 Mon Sep 17 00:00:00 2001 From: Zack Fu Zi Xiang Date: Sat, 9 Nov 2024 12:41:30 +0800 Subject: [PATCH] fix: test cmd --- .github/workflows/integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 8024cb7e..53bd66bd 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -135,7 +135,7 @@ jobs: - name: Run Tests run: | echo "Running tests for ${{ matrix.test_service }} with flags: ${{ matrix.test_cmd }}" - RUST_LOG="info" DISABLE_CI_TEST_LOG="true" cargo test --workspace + RUST_LOG="info" DISABLE_CI_TEST_LOG="true" cargo test ${{ matrix.test_cmd }} cleanup: name: Cleanup Docker Images