use Cargo.lock w/ CI
This commit is contained in:
parent
0753c7c948
commit
475998fd22
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ steps:
|
|||
- name: linux-gnu
|
||||
image: rust:latest
|
||||
commands:
|
||||
- cargo test -j3
|
||||
- cargo test --locked -j3
|
||||
#- name: linux-musl
|
||||
# image: rust:alpine
|
||||
# commands:
|
||||
|
|
|
@ -19,12 +19,12 @@ stages:
|
|||
build:
|
||||
stage: build
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo build --verbose --locked
|
||||
|
||||
cargo-test:
|
||||
stage: test
|
||||
script:
|
||||
cargo test --verbose
|
||||
cargo test --verbose --locked
|
||||
|
||||
clippy:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in a new issue