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 3c9f7e6 commit 2a4b518Copy full SHA for 2a4b518
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ 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 --compilation-jobs 1 --test-threads 1 unit
42
43
- name: Integration Tests
44
run: cargo xtask test integration
0 commit comments