From aa5490fa4e0618becb136c68b72910b49e0fc261 Mon Sep 17 00:00:00 2001 From: Quantum Explorer Date: Wed, 27 Sep 2023 14:26:15 +0700 Subject: [PATCH] removed cache --- .github/workflows/grovedb.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/grovedb.yml b/.github/workflows/grovedb.yml index 118beafb..0a8ded9d 100644 --- a/.github/workflows/grovedb.yml +++ b/.github/workflows/grovedb.yml @@ -25,10 +25,10 @@ jobs: with: toolchain: stable - - name: Enable Rust cache - uses: Swatinem/rust-cache@v2 - with: - cache-on-failure: "false" +# - name: Enable Rust cache +# uses: Swatinem/rust-cache@v2 +# with: +# cache-on-failure: "false" - run: cargo test --workspace --all-features @@ -52,10 +52,10 @@ jobs: default: true components: clippy - - name: Enable Rust cache - uses: Swatinem/rust-cache@v2 - with: - cache-on-failure: "false" +# - name: Enable Rust cache +# uses: Swatinem/rust-cache@v2 +# with: +# cache-on-failure: "false" - uses: actions-rs/clippy-check@v1 with: @@ -80,10 +80,10 @@ jobs: default: true components: rustfmt - - name: Enable Rust cache - uses: Swatinem/rust-cache@v2 - with: - cache-on-failure: "false" +# - name: Enable Rust cache +# uses: Swatinem/rust-cache@v2 +# with: +# cache-on-failure: "false" - run: exit `cargo +nightly fmt --check | wc -l` @@ -104,10 +104,10 @@ jobs: toolchain: stable default: true - - name: Enable Rust cache - uses: Swatinem/rust-cache@v2 - with: - cache-on-failure: "false" +# - name: Enable Rust cache +# uses: Swatinem/rust-cache@v2 +# with: +# cache-on-failure: "false" - run: cargo check