Update .gitlab-ci.yml
This commit is contained in:
parent
7a14f2d603
commit
5a4d92463d
|
@ -14,7 +14,11 @@ test:cargo:
|
|||
stage: test
|
||||
script:
|
||||
- rustc --version && cargo --version # Print version info for debugging
|
||||
- cargo test --all --verbose
|
||||
- cargo install rs-junit
|
||||
- cargo test-junit --name output.xml
|
||||
artifacts:
|
||||
reports:
|
||||
junit: output.xml
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue