Save cache before tests
This commit is contained in:
parent
4f5873f49b
commit
ccead67001
@ -20,11 +20,11 @@ jobs:
|
|||||||
path: target
|
path: target
|
||||||
key: cargo-target
|
key: cargo-target
|
||||||
- run: cargo build --verbose --all-features --all-targets
|
- run: cargo build --verbose --all-features --all-targets
|
||||||
- run: cargo test --verbose --all-features --all-targets --no-fail-fast
|
|
||||||
- uses: actions/cache/save@v3
|
- uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
path: target
|
path: target
|
||||||
key: cargo-target
|
key: cargo-target
|
||||||
|
- run: cargo test --verbose --all-features --all-targets --no-fail-fast
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user