Skip to content

Commit a7b0d2a

Browse files
committed
ci: remove dedup_wasm step
1 parent 68bec97 commit a7b0d2a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/check.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,6 @@ jobs:
8383
moon test --target all,native
8484
moon test --target all,native --release
8585
86-
- name: moon test with dedup_wasm
87-
if: ${{ matrix.os.name != 'windows-latest' }}
88-
env:
89-
MOONC_INTERNAL_PARAMS: dedup_wasm = 1 |
90-
91-
run: |
92-
moon clean
93-
ulimit -s 8176
94-
moon test --target wasm,wasm-gc
95-
moon test --target wasm,wasm-gc --release
96-
9786
- name: moon test --doc
9887
run: |
9988
moon test --doc

0 commit comments

Comments
 (0)