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 d211229 commit 9549b32Copy full SHA for 9549b32
.github/workflows/ci.yaml
@@ -69,7 +69,7 @@ jobs:
69
run: moon bundle --target wasm
70
working-directory: core
71
- name: Tests
72
- run: cargo test -p moonbit-component-generator -- --report-time --format junit --logfile target/report.xml
+ run: cargo test -p moonbit-component-generator -- --nocapture --report-time --format junit --logfile target/report.xml
73
- name: Publish Test Report
74
uses: mikepenz/action-junit-report@v5
75
if: success() || failure() # always run even if the previous step fails
0 commit comments