From 3145a6286b1ad4d3805ee2c46bfff2cabdd4cb11 Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Sun, 31 Dec 2023 13:26:46 -0500 Subject: [PATCH] Update test runner to *run* cargo nextest run --- .github/workflows/pull-request.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7bc7f91..a75baf7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -28,9 +28,12 @@ jobs: with: toolchain: stable - - name: Run cargo nextest run + - name: Install cargo-nextest uses: taiki-e/install-action@nextest + - name: Run cargo nextest + run: cargo nextest run + format: name: cargo fmt --all -- --check runs-on: ubuntu-latest