diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6b8ed332..5921792e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: