mirror of
https://github.com/Swatinem/rust-cache
synced 2025-08-11 07:40:54 +00:00
Cache multiple target directories from 'target-dir'
This commit is contained in:
parent
81d053bdb0
commit
bd480418f0
11 changed files with 648 additions and 17 deletions
7
.github/workflows/selftest.yml
vendored
7
.github/workflows/selftest.yml
vendored
|
@ -24,8 +24,13 @@ jobs:
|
|||
- uses: ./
|
||||
with:
|
||||
cache-on-failure: true
|
||||
target-dir: |
|
||||
target/
|
||||
wasm-workspace/target/
|
||||
|
||||
- run: |
|
||||
cargo install cargo-deny --locked
|
||||
cargo check
|
||||
cargo test
|
||||
cargo test
|
||||
rustup target install wasm32-unknown-unknown
|
||||
cd wasm-workspace && cargo check
|
Loading…
Add table
Add a link
Reference in a new issue