From 63f2cf7e9b8ceaa5d7bc3975d185a57f467968c2 Mon Sep 17 00:00:00 2001 From: Raul Victor Trombin Date: Tue, 7 Nov 2023 16:30:59 -0300 Subject: [PATCH] fast-test-disable-cache --- .github/workflows/action.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b5e25e542a..70722bf445 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -53,11 +53,11 @@ jobs: # toolchain: stable # override: true - uses: dtolnay/rust-toolchain@stable - - name: Rust | Cache - uses: Swatinem/rust-cache@v2 - with: - prefix-key: "rust-cache" - shared-key: "benchmark" + # - name: Rust | Cache + # uses: Swatinem/rust-cache@v2 + # with: + # prefix-key: "rust-cache" + # shared-key: "benchmark" - name: Cargo Bench run: cargo bench --jobs 1 --bench bench -- --output-format bencher | tee output.txt - name: Compare results & store cached results