Try to use test instead of nextest

This commit is contained in:
link2xt
2024-05-12 01:13:02 +00:00
parent ab1583eef9
commit fab6341dbb

View File

@@ -105,15 +105,10 @@ 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 nextest run --workspace
run: cargo test run --workspace
- name: Doc-Tests
env: