Ah yes, why bother with correct documentation anyway?

This commit is contained in:
Nadja Reitzenstein 2022-05-05 21:56:49 +02:00
parent 2479a6972d
commit 2a1e4c59bc

View File

@ -87,10 +87,7 @@ stable:test:
needs: ["stable:test"]
script:
- cargo install cargo2junit
- >
cargo test --workspace $TEST_TARGET --
-Z unstable-options --format json --report-time
| cargo2junit > report.xml
- cargo test --workspace $TEST_TARGET -- -Z unstable-options --format json --report-time | cargo2junit > report.xml
artifacts:
when: always
reports: