Skip to content

Commit

Permalink
Use cargo-nextest for ci testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Nov 5, 2024
1 parent 7b827eb commit e256494
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
run: cargo clippy --all-targets --all-features

- name: Run tests
run: cargo test --all-targets --all-features
uses: taiki-e/install-action@v2
with:
tool: nextest
run: cargo nextest run --all-targets --all-features

push-image:
name: Push Image
Expand Down

0 comments on commit e256494

Please sign in to comment.