1
0
mirror of https://gitlab.com/MisterBiggs/aoc_2015-rust.git synced 2025-06-15 14:36:43 +00:00

fix typo in default template

This commit is contained in:
Anson 2022-11-05 23:11:24 -06:00
parent 5228e484e0
commit 5c9f84e961

View File

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