From affead471d3a2c3c1769a487cb5eb9fa360620b9 Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Fri, 23 Dec 2022 12:30:06 +0100 Subject: [PATCH] ci: fix sanity job --- .github/workflows/sanity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }}