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 9f3f932 commit 90fe3d0Copy full SHA for 90fe3d0
.github/workflows/cargo-test.yml
@@ -65,7 +65,7 @@ jobs:
65
- uses: taiki-e/install-action@cargo-llvm-cov
66
- name: Run cargo test
67
run: |
68
- cargo nextest run --workspace
+ cargo nextest run --workspace --no-fail-fast
69
env:
70
ZOO_TEST_TOKEN: ${{secrets.KITTYCAD_TOKEN}}
71
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments