From 2a1e4c59bcf785ad304f110361319ea44ceb5596 Mon Sep 17 00:00:00 2001 From: Nadja Reitzenstein Date: Thu, 5 May 2022 21:56:49 +0200 Subject: [PATCH] Ah yes, why bother with correct documentation anyway? --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 030ee37..97d0015 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: