Skip to content

Commit 0b3c5e8

Browse files
Feat: Update WebAssembly pipeline.
1 parent 246efc0 commit 0b3c5e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wasm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: wasm
1+
name: webassembly
22

33
on:
44
workflow_call:
55

66
jobs:
77
build:
8-
name: WASM
8+
name: WebAssembly
99
runs-on: ubuntu-latest
1010
defaults:
1111
run:
@@ -24,7 +24,7 @@ jobs:
2424
- uses: Swatinem/rust-cache@v2
2525

2626
- name: Build
27-
run: cargo build --release --target wasm32-unknown-unknown --features wasm --lib
27+
run: cargo build --target wasm32-unknown-unknown --features wasm --lib --release
2828

2929
- name: Install CLI Tools
3030
run: cargo install cargo-shear cargo-bloat

0 commit comments

Comments
 (0)