fix: test cmd

This commit is contained in:
Zack Fu Zi Xiang 2024-11-09 12:41:30 +08:00
parent c436d8733e
commit 2a102dcdbf
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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