Skip to content

Commit

Permalink
Merge pull request #513 from moonbitlang/core_doc_test
Browse files Browse the repository at this point in the history
add core doc test ci for unix(test-on-main)
  • Loading branch information
Young-Flash authored Dec 4, 2024
2 parents 3fd357c + 6452df3 commit 13f49f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
cargo run --bin moon test --source-dir ~/.moon/lib/core --release --target wasm-gc
cargo run --bin moon test --source-dir ~/.moon/lib/core --release --target js
cargo run --bin moon test --source-dir ~/.moon/lib/core --release --target wasm
cargo run --bin moon test --source-dir ~/.moon/lib/core --doc
- name: Test core coverage (Unix)
if: ${{ matrix.os != 'windows-latest' }}
Expand Down

0 comments on commit 13f49f3

Please sign in to comment.