Skip to content

Commit 246efc0

Browse files
Chore: Reduce migration scope.
1 parent d521286 commit 246efc0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/wasm.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
- name: Install CLI Tools
3030
run: cargo install cargo-shear cargo-bloat
3131

32-
- name: Test
33-
run: cargo test --lib --features wasm
34-
3532
- name: Unused Code
3633
run: cargo shear && cargo clippy --lib --target wasm32-unknown-unknown --features wasm
3734

@@ -44,9 +41,6 @@ jobs:
4441
- name: Bloat
4542
run: twiggy top target/wasm32-unknown-unknown/release/compiler_lib.wasm -n 10
4643

47-
- name: Test WASM
48-
run: node tests/wasm.mjs
49-
5044
- uses: softprops/action-gh-release@v2
5145
if: startsWith(github.ref, 'refs/tags/')
5246
with:

0 commit comments

Comments
 (0)