Skip to content

Commit

Permalink
install wasm32 target
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-3 committed Aug 29, 2024
1 parent 1ee54d6 commit f85ac65
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/Secret_gateway_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ jobs:

integration_tests:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
services:
secret:
image: ghcr.io/scrtlabs/localsecret:v1.13.3
Expand All @@ -93,7 +89,8 @@ jobs:
- uses: mozilla-actions/[email protected]
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
toolchain: stable
target: wasm32-unknown-unknown
- name: Install dependencies
run: npm --prefix tests/ install
- name: Install wasm-opt
Expand Down

0 comments on commit f85ac65

Please sign in to comment.