Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 6db922d

Browse files
authored
ci: use cargo-nextest (#267)
faster and detects flaky tests Signed-off-by: Alex Chi Z <[email protected]>
1 parent 51cecea commit 6db922d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
with:
4747
command: clippy
4848
args: --workspace --all-targets --all-features --locked -- -D warnings
49+
- uses: taiki-e/install-action@nextest
4950
- name: Test
5051
uses: actions-rs/cargo@v1
5152
with:
52-
command: test
53-
args: --no-fail-fast --workspace --all-features --locked
54-
53+
command: nextest
54+
args: run --no-fail-fast --workspace --all-features --locked

0 commit comments

Comments
 (0)