Save cache before tests
Some checks failed
Cargo CI / Build and Test (pull_request) Failing after 1m18s
Cargo CI / Lint (pull_request) Successful in 48s

This commit is contained in:
Wojciech Kozlowski 2024-01-06 14:20:03 +01:00
parent 4f5873f49b
commit ccead67001

View File

@ -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