Revert "Try to use test instead of nextest"

This reverts commit fab6341dbb.
This commit is contained in:
link2xt
2024-05-12 01:16:04 +00:00
parent fab6341dbb
commit aad7a82549

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 run --workspace
run: cargo nextest run --workspace
- name: Doc-Tests
env: