Skip to content

Commit

Permalink
ci: use cargo-nextest (#267)
Browse files Browse the repository at this point in the history
faster and detects flaky tests

Signed-off-by: Alex Chi Z <[email protected]>
  • Loading branch information
skyzh authored Dec 18, 2024
1 parent 51cecea commit 6db922d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
with:
command: clippy
args: --workspace --all-targets --all-features --locked -- -D warnings
- uses: taiki-e/install-action@nextest
- name: Test
uses: actions-rs/cargo@v1
with:
command: test
args: --no-fail-fast --workspace --all-features --locked

command: nextest
args: run --no-fail-fast --workspace --all-features --locked

0 comments on commit 6db922d

Please sign in to comment.