We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d521286 commit 246efc0Copy full SHA for 246efc0
1 file changed
.github/workflows/wasm.yml
@@ -29,9 +29,6 @@ jobs:
29
- name: Install CLI Tools
30
run: cargo install cargo-shear cargo-bloat
31
32
- - name: Test
33
- run: cargo test --lib --features wasm
34
-
35
- name: Unused Code
36
run: cargo shear && cargo clippy --lib --target wasm32-unknown-unknown --features wasm
37
@@ -44,9 +41,6 @@ jobs:
44
41
- name: Bloat
45
42
run: twiggy top target/wasm32-unknown-unknown/release/compiler_lib.wasm -n 10
46
43
47
- - name: Test WASM
48
- run: node tests/wasm.mjs
49
50
- uses: softprops/action-gh-release@v2
51
if: startsWith(github.ref, 'refs/tags/')
52
with:
0 commit comments