From 7e2a5cb77fd936bd1778acf451067376de78c309 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:39:53 -0600 Subject: [PATCH] gh --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8d3c434fa..97bad87614 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,6 @@ jobs: with: shared-key: test save-if: ${{ github.ref_name == 'main' }} - cache-all-crates: true - uses: taiki-e/install-action@v2 with: tool: nextest,just,cargo-deny,cargo-msrv,cargo-machete @@ -66,12 +65,11 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - #- run: rustup toolchain install nightly --component llvm-tools-preview --profile minimal - uses: Swatinem/rust-cache@v2 with: - shared-key: test - save-if: false + shared-key: coverage + save-if: ${{ github.ref_name == 'main' }} - run: sudo apt-get update; sudo apt-get install zsh fish direnv shfmt - run: npm i -g markdown-magic - uses: taiki-e/install-action@v2