diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index b20a420f77..456db8e22e 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -50,7 +50,7 @@ jobs: run: cargo update - name: Run tests - run: cargo --locked --workspace --all-features + run: cargo nextest run --locked --workspace --all-features - uses: JasonEtco/create-an-issue@v2 if: ${{ failure() }}