From c5c5eb1f571f109301a0619b1abf36c9942c85e0 Mon Sep 17 00:00:00 2001 From: Xynnn007 Date: Tue, 15 Oct 2024 17:48:13 +0800 Subject: [PATCH] test: for test Signed-off-by: Xynnn007 --- .github/workflows/kbs-e2e.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/kbs-e2e.yml b/.github/workflows/kbs-e2e.yml index 88288fb16..7911dd021 100644 --- a/.github/workflows/kbs-e2e.yml +++ b/.github/workflows/kbs-e2e.yml @@ -36,17 +36,13 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: ${{ env.RUSTC_VERSION }} - components: rustfmt, clippy, rustc - - - name: Set up rust build cache - uses: actions/cache@v4 - continue-on-error: false - with: - path: | + components: rustfmt, clippy + rustflags: "" + cache-directories: | ~/.cargo/registry/index/ ~/.cargo/registry/cache/ target/ - key: rust-${{ hashFiles('./Cargo.lock') }} + key: v0-rust-build-binaries-${{ hashFiles('./Cargo.lock') }} - name: Build bins working-directory: kbs/test