File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 66
66
run : moon bundle --target wasm
67
67
working-directory : core
68
68
- name : Tests
69
- run : cargo test -- --nocapture --report-time --format junit --logfile target/report.xml
69
+ run : cargo test -p moonbit-component-generator - - --nocapture --report-time --format junit --logfile target/report.xml
70
70
- name : Publish Test Report
71
71
uses : mikepenz/action-junit-report@v5
72
72
if : success() || failure() # always run even if the previous step fails
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ description = "Library wrapping the MoonBit compiler and other WASM Component Mo
11
11
12
12
[lib ]
13
13
harness = false
14
+ doctest = false
14
15
15
16
[features ]
16
17
default = [" get-script" , " typed-config" ]
You can’t perform that action at this time.
0 commit comments