Skip to content

Commit

Permalink
add moon test with dedup_wasm in check action
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreess authored and bobzhang committed Jan 14, 2025
1 parent 9ddcf84 commit 8cf2d06
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@ jobs:
moon test --target native
moon test --target native --release
- name: moon test with dedup_wasm
if: ${{ matrix.os != 'windows-latest' }}
run: |
moon clean
ulimit -s 8176
moon test --target wasm
moon test --target wasm-gc
moon test --release --target wasm
moon test --release --target wasm-gc
env:
MOONC_INTERNAL_PARAMS: dedup_wasm = 1 |


- name: Setup MSVC
if: ${{ matrix.os == 'windows-latest' }}
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 8cf2d06

Please sign in to comment.