From bbd41350ab6d27d0a16b40d3cfa3bd06d00e1ea8 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Thu, 30 Jan 2025 16:37:54 +0000 Subject: [PATCH] Update CI to account for signer tests --- .github/workflows/rust.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2851ee0841..355f6e26b9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -291,6 +291,12 @@ jobs: - name: Install cargo-nextest run: cargo install cargo-nextest + - name: Run subxt-signer no-std tests + uses: actions-rs/cargo@v1.0.3 + with: + command: test + working-directory: signer/tests/no-std + - name: Run tests uses: actions-rs/cargo@v1.0.3 with: @@ -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