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 fbc279b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/kbs-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,9 @@ 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
override: true
cache-directories: |
~/.cargo/registry/index/
~/.cargo/registry/cache/
target/
Expand Down

0 comments on commit fbc279b

Please sign in to comment.