Update .gitlab-ci.yml file
parent
e1f254d3b2
commit
f314a9f4c0
|
@ -29,6 +29,7 @@ image: "rust:latest"
|
|||
test:cargo:
|
||||
script:
|
||||
- rustc --version && cargo --version # Print version info for debugging
|
||||
- cargo build
|
||||
- cargo test --workspace --verbose
|
||||
|
||||
# Optional: Use a third party library to generate gitlab junit reports
|
||||
|
|
Loading…
Reference in New Issue