Skip to content

Commit 1193a29

Browse files
committed
Use one job to execute tests in CI
1 parent b99b249 commit 1193a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ 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 --jobs 1 unit
4242
# --------------------------------------------------------------------------------
4343
- name: Integration Tests
44-
run: cargo xtask test integration
44+
run: cargo xtask test --jobs 1 integration
4545
# --------------------------------------------------------------------------------
4646
- name: Documentation Tests
4747
run: cargo xtask doc tests

0 commit comments

Comments
 (0)