Skip to content

Commit 41ddc2e

Browse files
committed
Cache test binaries
1 parent 4aa467f commit 41ddc2e

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)