Skip to content

Commit 1ed5ef3

Browse files
committed
Merge #819: CI: Re-enable WASM job
1800e73 CI: Re-enable WASM job (Tobin C. Harding) Pull request description: On top of #818, this was quicker than writing an issue. Maybe it will just work. ACKs for top commit: apoelstra: ACK 1800e73; successfully ran local tests Tree-SHA512: 29787ca03f5f3354d635d5cb24a033299385119fdc40d98dbe063aefd04319147c4b72ced5a5b5a411b513138b91cb55e4d4627bc17e1f7c202f3f485a0952e0
2 parents cceb301 + 1800e73 commit 1ed5ef3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/rust.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -253,19 +253,19 @@ jobs:
253253
- name: "Run test on i686"
254254
run: cargo test --target i686-unknown-linux-gnu
255255

256-
# WASM:
257-
# name: WASM - stable toolchain
258-
# runs-on: ubuntu-latest
259-
# strategy:
260-
# fail-fast: false
261-
# # Note we do not use the recent lock file for wasm testing.
262-
# steps:
263-
# - name: "Checkout repo"
264-
# uses: actions/checkout@v4
265-
# - name: "Select toolchain"
266-
# uses: dtolnay/rust-toolchain@stable
267-
# - name: "Run wasm script"
268-
# run: ./contrib/wasm.sh
256+
WASM:
257+
name: WASM - stable toolchain
258+
runs-on: ubuntu-latest
259+
strategy:
260+
fail-fast: false
261+
# Note we do not use the recent lock file for wasm testing.
262+
steps:
263+
- name: "Checkout repo"
264+
uses: actions/checkout@v4
265+
- name: "Select toolchain"
266+
uses: dtolnay/rust-toolchain@stable
267+
- name: "Run wasm script"
268+
run: ./contrib/wasm.sh
269269

270270
NoStd: # 1 job, run no-std test from script.
271271
name: no-std - nightly toolchain

0 commit comments

Comments
 (0)