We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99b249 commit 1193a29Copy full SHA for 1193a29
.github/workflows/ci.yml
@@ -38,10 +38,10 @@ jobs:
38
uses: tracel-ai/github-actions/actions/check-typos@v1
39
# --------------------------------------------------------------------------------
40
- name: Unit Tests
41
- run: cargo xtask test unit
+ run: cargo xtask test --jobs 1 unit
42
43
- name: Integration Tests
44
- run: cargo xtask test integration
+ run: cargo xtask test --jobs 1 integration
45
46
- name: Documentation Tests
47
run: cargo xtask doc tests
0 commit comments