Skip to content

Commit e1d3b3c

Browse files
committed
chore: fix
1 parent 88ec01f commit e1d3b3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +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: cargo test
59+
run: cargo test -- --test-threads=1
6060
working-directory: rust/cubestore
6161

6262
cubestore-docker-image-dev:

.github/workflows/rust-cubestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +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: cargo test
66+
run: cargo test -- --test-threads=1
6767
working-directory: rust/cubestore
6868

6969
docker-image-latest:

0 commit comments

Comments
 (0)