Also cache target
This commit is contained in:
parent
4a133fc8a8
commit
76e503c60e
1 changed files with 1 additions and 0 deletions
|
@ -20,5 +20,6 @@ jobs:
|
||||||
key: cargo-{{ checksum "Cargo.lock" }}
|
key: cargo-{{ checksum "Cargo.lock" }}
|
||||||
paths:
|
paths:
|
||||||
- ~/.cargo
|
- ~/.cargo
|
||||||
|
- target/
|
||||||
- run: cargo test
|
- run: cargo test
|
||||||
- run: cargo test --release
|
- run: cargo test --release
|
||||||
|
|
Reference in a new issue