Skip to content

Commit e80f073

Browse files
committed
Fix
1 parent 6770596 commit e80f073

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: moon bundle --target wasm
6767
working-directory: core
6868
- 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
7070
- name: Publish Test Report
7171
uses: mikepenz/action-junit-report@v5
7272
if: success() || failure() # always run even if the previous step fails

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ description = "Library wrapping the MoonBit compiler and other WASM Component Mo
1111

1212
[lib]
1313
harness = false
14+
doctest = false
1415

1516
[features]
1617
default = ["get-script", "typed-config"]

0 commit comments

Comments
 (0)