mirror of
https://github.com/Swatinem/rust-cache.git
synced 2025-07-19 07:11:24 +03:00
Cache multiple target directories from 'target-dir'
This commit is contained in:

committed by
Arpad Borsos

parent
fa61956921
commit
260a713186
7
.github/workflows/selftest.yml
vendored
7
.github/workflows/selftest.yml
vendored
@ -24,8 +24,13 @@ jobs:
|
||||
- uses: ./
|
||||
with:
|
||||
cache-on-failure: true
|
||||
workspace-paths: |
|
||||
./
|
||||
wasm-workspace/
|
||||
|
||||
- run: |
|
||||
cargo install cargo-deny --locked
|
||||
cargo check
|
||||
cargo test
|
||||
cargo test
|
||||
rustup target install wasm32-unknown-unknown
|
||||
cd wasm-workspace && cargo check
|
Reference in New Issue
Block a user