Skip to content

Commit 7d25d5e

Browse files
committed
test: try on one thread
1 parent ec427ba commit 7d25d5e

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
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions-rs/cargo@v1
6565
with:
6666
command: nextest
67-
args: run
67+
args: run --test-threads=1
6868

6969

7070
lints:

0 commit comments

Comments
 (0)