Skip to content

Commit d581ecb

Browse files
committed
Amend
1 parent aed839b commit d581ecb

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

.github/workflows/ci.yaml

-13
Original file line numberDiff line numberDiff line change
@@ -221,16 +221,3 @@ 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-
225-
WASM:
226-
name: WASM - stable toolchain
227-
runs-on: ubuntu-latest
228-
strategy:
229-
fail-fast: false
230-
steps:
231-
- name: "Checkout repo"
232-
uses: actions/checkout@v4
233-
- name: "Select toolchain"
234-
uses: dtolnay/rust-toolchain@stable
235-
- name: "Run wasm script"
236-
run: ./contrib/wasm.sh

contrib/wasm.sh

-14
This file was deleted.

0 commit comments

Comments
 (0)