From 174200519f7528158a79f14415a2a251ae3fd0d0 Mon Sep 17 00:00:00 2001 From: konsti Date: Fri, 12 Jan 2024 18:45:37 +0100 Subject: [PATCH] Don't install cargo insta on CI (#902) We don't use it anymore on CI. --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e18768773..52c2d631c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -67,10 +67,6 @@ jobs: - name: "Install Rust toolchain" run: rustup show - uses: rui314/setup-mold@v1 - - name: "Install cargo insta" - uses: taiki-e/install-action@v2 - with: - tool: cargo-insta - name: "Install cargo nextest" uses: taiki-e/install-action@v2 with: