Skip to content

Commit 2a4b518

Browse files
committed
Execute tests one by one
1 parent 3c9f7e6 commit 2a4b518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: tracel-ai/github-actions/actions/check-typos@v1
3939
# --------------------------------------------------------------------------------
4040
- name: Unit Tests
41-
run: cargo xtask test unit
41+
run: cargo xtask test --compilation-jobs 1 --test-threads 1 unit
4242
# --------------------------------------------------------------------------------
4343
- name: Integration Tests
4444
run: cargo xtask test integration

0 commit comments

Comments
 (0)