Skip to content

Commit

Permalink
re-enable Ci (#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw authored Nov 15, 2024
1 parent 057c847 commit 1377017
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1377017

Please sign in to comment.