mirror of
https://gitlab.com/MisterBiggs/aoc_2015-rust.git
synced 2025-08-15 10:01:29 +00:00
fix typo in default template
This commit is contained in:
@@ -12,7 +12,6 @@ test:cargo:
|
||||
# Optional: Use a third party library to generate gitlab junit reports
|
||||
test:junit-report:
|
||||
script:
|
||||
Should be specified in Cargo.toml
|
||||
- cargo install junitify
|
||||
- cargo test -- --format=json -Z unstable-options --report-time | junitify --out $CI_PROJECT_DIR/tests/
|
||||
artifacts:
|
||||
|
Reference in New Issue
Block a user