Skip to content

Commit

Permalink
Use buildjet cache for faster runs
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Sep 19, 2023
1 parent e6ec26b commit debcf4b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test-toolchain-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,15 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}

- uses: Swatinem/rust-cache@v2
- uses: buildjet/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install Forc
run: cd sway && cargo install --locked --debug --path ./forc
Expand Down

0 comments on commit debcf4b

Please sign in to comment.