From: infogulch Date: Sat, 22 Apr 2023 20:42:10 +0000 (-0500) Subject: Use --force to install cargo2junit X-Git-Tag: v0.9.2~148^2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=7a0f4e5787bc1df0aaa7f117b78451755f972384;p=scryer-prolog.git Use --force to install cargo2junit This probably appeared now because it's the first time this tool was cached from a previous run. --- 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