Skip to content

Commit 88ec01f

Browse files
committed
chore: fix
1 parent 79f51f0 commit 88ec01f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/rust-cubestore-master.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
TEST_KSQL_USER: ${{ secrets.TEST_KSQL_USER }}
5757
TEST_KSQL_PASS: ${{ secrets.TEST_KSQL_PASS }}
5858
TEST_KSQL_URL: ${{ secrets.TEST_KSQL_URL }}
59-
run: |
60-
cargo test -j 4
59+
run: cargo test
6160
working-directory: rust/cubestore
6261

6362
cubestore-docker-image-dev:

.github/workflows/rust-cubestore.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ jobs:
6363
# On Unix it's controlled by TMPDIR
6464
# When using `container` in GHA checkout will be located in `/__w`, and that's a separate mount from `/tmp`
6565
TMPDIR: /__w/tmp
66-
run: |
67-
cargo test
66+
run: cargo test
6867
working-directory: rust/cubestore
6968

7069
docker-image-latest:

0 commit comments

Comments
 (0)