Skip to content

Commit 17e549f

Browse files
committed
Amend
1 parent 383b0ee commit 17e549f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,15 @@ jobs:
221221
run: rustup target add i686-unknown-linux-gnu
222222
- name: "Run test on i686"
223223
run: cargo test --target i686-unknown-linux-gnu
224+
WASM:
225+
name: WASM - stable toolchain
226+
runs-on: ubuntu-latest
227+
strategy:
228+
fail-fast: false
229+
steps:
230+
- name: "Checkout repo"
231+
uses: actions/checkout@v4
232+
- name: "Select toolchain"
233+
uses: dtolnay/rust-toolchain@stable
234+
- name: "Run wasm script"
235+
run: ./contrib/wasm.sh

0 commit comments

Comments
 (0)