Skip to content

Commit 90fe3d0

Browse files
committed
Split up the big main test into many smaller ones
1 parent 9f3f932 commit 90fe3d0

File tree

2 files changed

+1158
-808
lines changed

2 files changed

+1158
-808
lines changed

.github/workflows/cargo-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- uses: taiki-e/install-action@cargo-llvm-cov
6666
- name: Run cargo test
6767
run: |
68-
cargo nextest run --workspace
68+
cargo nextest run --workspace --no-fail-fast
6969
env:
7070
ZOO_TEST_TOKEN: ${{secrets.KITTYCAD_TOKEN}}
7171
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)