fix: test cmd
This commit is contained in:
parent
c436d8733e
commit
2a102dcdbf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue