Skip to content

Commit

Permalink
ci: use cargo-nextest instead of cargo-test
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Apr 10, 2024
1 parent fbbefe6 commit d39cbcd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,15 @@ jobs:
- name: Cache rust cargo artifacts
uses: swatinem/rust-cache@v2

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

- name: Tests
env:
RUST_BACKTRACE: 1
run: cargo test --workspace
run: cargo nextest run --workspace

- name: Test cargo vendor
run: cargo vendor
Expand Down

0 comments on commit d39cbcd

Please sign in to comment.