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 6ff5430 commit 8ba2385Copy full SHA for 8ba2385
.github/workflows/ci.yaml
@@ -54,7 +54,7 @@ jobs:
54
uses: actions-rs/cargo@v1
55
with:
56
command: test
57
- args: --all --test-threads=1
+ args: --all -- --test-threads=1
58
59
check_fmt_and_docs:
60
name: Checking fmt, clippy, and docs
0 commit comments