ci: use cargo-nextest instead of cargo-test

This commit is contained in:
link2xt
2024-04-10 22:28:42 +00:00
parent fbbefe6b49
commit d39cbcdc8d

View File

@@ -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