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 c9f57a3 commit 72b3e47Copy full SHA for 72b3e47
.github/workflows/ci.yaml
@@ -61,14 +61,7 @@ jobs:
61
- name: Install wasmtime-cli
62
run: cargo binstall --force --locked [email protected]
63
- name: Tests
64
- run: cargo test -p moonbit-component-generator -- --nocapture --report-time --format junit --logfile target/report.xml --test-threads=1
65
- - name: Publish Test Report
66
- uses: mikepenz/action-junit-report@v5
67
- if: success() || failure() # always run even if the previous step fails
68
- with:
69
- report_paths: "**/target/report-*.xml"
70
- detailed_summary: true
71
- include_passed: true
+ run: cargo test -p moonbit-component-generator -- --nocapture --report-time --test-threads=1
72
publish:
73
needs: [test]
74
if: "startsWith(github.ref, 'refs/tags/v')"
0 commit comments