diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 0dadcd1c..a49b90d1 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -46,9 +46,9 @@ jobs: with: command: clippy args: --workspace --all-targets --all-features --locked -- -D warnings + - uses: taiki-e/install-action@nextest - name: Test uses: actions-rs/cargo@v1 with: - command: test - args: --no-fail-fast --workspace --all-features --locked - \ No newline at end of file + command: nextest + args: run --no-fail-fast --workspace --all-features --locked