Update .gitlab-ci.yml file

main
David 2022-11-09 21:11:17 +00:00
parent e1f254d3b2
commit f314a9f4c0
1 changed files with 1 additions and 0 deletions

View File

@ -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