Use --force to install cargo2junit

This probably appeared now because it's the first time this tool was cached
from a previous run.
This commit is contained in:
infogulch
2023-04-22 15:42:10 -05:00
parent f277f660f3
commit 7a0f4e5787

View File

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