Skip to content

Commit

Permalink
test: for test
Browse files Browse the repository at this point in the history
Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Oct 16, 2024
1 parent 6d0f604 commit c5c5eb1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/kbs-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5c5eb1

Please sign in to comment.