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 d99fc5b commit fae55e0Copy full SHA for fae55e0
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
run: cargo test --no-run --workspace --locked --verbose
62
63
- name: Run tests
64
- run: cargo test --workspace --locked --verbose -- --test-threads=1
+ run: cargo test --workspace --locked --verbose
65
66
frontend_test:
67
name: Run frontend tests
0 commit comments