From 7a0f4e5787bc1df0aaa7f117b78451755f972384 Mon Sep 17 00:00:00 2001 From: infogulch Date: Sat, 22 Apr 2023 15:42:10 -0500 Subject: [PATCH] Use --force to install cargo2junit This probably appeared now because it's the first time this tool was cached from a previous run. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f44c8203..73296baf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Test and report if: matrix.extra run: | - cargo install cargo2junit + cargo install cargo2junit --force cargo test --all -- -Z unstable-options --format json --report-time | cargo2junit > cargo_test_results.xml - name: Publish cargo test results artifact if: matrix.extra -- 2.54.0