Skip to content

Commit d091ab1

Browse files
authored
fix(ci/test): slow down the test speed
1 parent 22fb36a commit d091ab1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@ jobs:
3030
toolchain: nightly
3131
override: true
3232
- uses: taiki-e/install-action@nextest
33+
- uses: actions-rs/cargo@v1
34+
with:
35+
command: build
3336
- uses: actions-rs/cargo@v1
3437
with:
3538
command: nextest
36-
args: run
39+
args: run -j1
3740

3841
doc-test:
3942
name: Cargo doctest

0 commit comments

Comments
 (0)