Skip to content

Commit 8ba2385

Browse files
committed
see eye
1 parent 6ff5430 commit 8ba2385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions-rs/cargo@v1
5555
with:
5656
command: test
57-
args: --all --test-threads=1
57+
args: --all -- --test-threads=1
5858

5959
check_fmt_and_docs:
6060
name: Checking fmt, clippy, and docs

0 commit comments

Comments
 (0)