We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0740317 commit 4cf7014Copy full SHA for 4cf7014
1 file changed
.github/workflows/ci.yaml
@@ -58,7 +58,7 @@ jobs:
58
- name: Install cargo-component
59
run: cargo binstall --force --locked cargo-component@0.21.1
60
- name: Tests
61
- run: cargo test -- --nocapture --report-time --format junit --logfile target/report.xml
+ run: cargo test -- --report-time --format junit --logfile target/report.xml
62
- name: Publish Test Report
63
uses: mikepenz/action-junit-report@v5
64
if: success() || failure() # always run even if the previous step fails
0 commit comments