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 e256494 commit 8c3bed4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable

- name: Install nextest
uses: taiki-e/install-action@v2
with:
tool: nextest

- name: Caching
uses: Swatinem/rust-cache@v2

Expand All @@ -26,10 +31,7 @@ jobs:
run: cargo clippy --all-targets --all-features

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

push-image:
name: Push Image
Expand Down

0 comments on commit 8c3bed4

Please sign in to comment.