Cache multiple target directories from 'target-dir'

This commit is contained in:
Nick Mosher
2022-07-09 11:58:11 +02:00
committed by Arpad Borsos
parent fa61956921
commit 260a713186
15 changed files with 195 additions and 41 deletions
+6 -1
View File
@@ -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