Skip to content

Commit 9549b32

Browse files
committed
Capturing off
1 parent d211229 commit 9549b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: moon bundle --target wasm
7070
working-directory: core
7171
- name: Tests
72-
run: cargo test -p moonbit-component-generator -- --report-time --format junit --logfile target/report.xml
72+
run: cargo test -p moonbit-component-generator -- --nocapture --report-time --format junit --logfile target/report.xml
7373
- name: Publish Test Report
7474
uses: mikepenz/action-junit-report@v5
7575
if: success() || failure() # always run even if the previous step fails

0 commit comments

Comments
 (0)