Skip to content

Commit 19a50a5

Browse files
authored
Merge pull request #51 from jjs-dev/cache-test-bins
Cache test binaries
2 parents 4aa467f + 41ddc2e commit 19a50a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
- name: Install targets
4848
run: |
4949
rustup target add x86_64-unknown-linux-musl
50+
- uses: actions/cache@v2
51+
with:
52+
path: ./target
53+
key: ${{ runner.os }}-${{ hashFiles('Cargo.lock') }}
5054
- name: Build tests (musl)
5155
run: |
5256
mkdir -p ./tests/x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)