From 137701757e49fa8c0a03e0e0710bd4ef8e0bde0f Mon Sep 17 00:00:00 2001 From: James Wilson Date: Fri, 15 Nov 2024 14:14:43 +0000 Subject: [PATCH] re-enable Ci (#1867) --- .github/workflows/rust.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f2aac14cba..b3aeef456d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -412,12 +412,11 @@ jobs: pkill substrate-node working-directory: testing/wasm-lightclient-tests - # TODO: WASM tests for the subxt-signer is currently broken https://github.com/paritytech/subxt/issues/1861. - #- name: Run subxt-signer WASM tests - # run: | - # wasm-pack test --headless --firefox - # wasm-pack test --headless --chrome - # working-directory: signer/wasm-tests + - name: Run subxt-signer WASM tests + run: | + wasm-pack test --headless --firefox + wasm-pack test --headless --chrome + working-directory: signer/wasm-tests - if: "failure()" uses: "andymckay/cancel-action@a955d435292c0d409d104b57d8e78435a93a6ef1" # v0.5