From f336bd5c4d506dd0d4d48004876ac162fbe71e36 Mon Sep 17 00:00:00 2001 From: refcell Date: Tue, 23 Jul 2024 20:43:40 -0400 Subject: [PATCH] fix: hot patch 1 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a185075..a36084a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: cache-on-failure: true - uses: taiki-e/install-action@nextest - name: cargo nextest - run: cargo nextest run --release --workspace --all --locked run: just test cargo-lint: runs-on: ubuntu-latest