Update .gitlab-ci.yml
This commit is contained in:
parent
ac142ac76e
commit
1d98133c58
|
@ -12,7 +12,7 @@ test:cargo:
|
|||
- rustc --version && cargo --version # Print version info for debugging
|
||||
- cargo test --all --verbose
|
||||
|
||||
build:linux
|
||||
build:linux:
|
||||
script:
|
||||
- cargo build --release
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in New Issue