keep lockfile accross CI steps

master
Ales Katona 6 years ago
parent 8a94ed5d2b
commit 2ff92a5ec8
Signed by: almindor
GPG Key ID: 08C459E2D8ABB7E8

@ -11,6 +11,7 @@ lint:
key: artifacts
paths:
- target
- Cargo.lock
policy: push
script:
- cargo clippy --features backend_piston,backend_gilrs
@ -21,6 +22,7 @@ build:
key: artifacts
paths:
- target
- Cargo.lock
policy: pull
script:
- cargo build --verbose --features backend_piston,backend_gilrs
@ -31,6 +33,7 @@ test:
key: artifacts
paths:
- target
- Cargo.lock
policy: pull
script:
- cargo test --features backend_piston,backend_gilrs

Loading…
Cancel
Save