Skip to content

Commit 720c86f

Browse files
committed
ci: use nextest for faster test workflow
1 parent 62e57ac commit 720c86f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
with:
2525
lfs: true
2626
- uses: moonrepo/setup-rust@v1
27-
- run: cargo test --all
27+
with:
28+
bins: cargo-nextest@0.9.108
29+
- run: cargo nextest run --all

0 commit comments

Comments
 (0)