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