Skip to content

Commit

Permalink
Update CI to account for signer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Jan 30, 2025
1 parent 013874f commit bbd4135
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,12 @@ jobs:
- name: Install cargo-nextest
run: cargo install cargo-nextest

- name: Run subxt-signer no-std tests
uses: actions-rs/[email protected]
with:
command: test
working-directory: signer/tests/no-std

- name: Run tests
uses: actions-rs/[email protected]
with:
Expand Down Expand Up @@ -416,7 +422,7 @@ jobs:
run: |
wasm-pack test --headless --firefox
wasm-pack test --headless --chrome
working-directory: signer/wasm-tests
working-directory: signer/tests/wasm

- if: "failure()"
uses: "andymckay/cancel-action@a955d435292c0d409d104b57d8e78435a93a6ef1" # v0.5
Expand Down

0 comments on commit bbd4135

Please sign in to comment.