Skip to content

Commit

Permalink
Build test wasms for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Aug 1, 2023
1 parent c8a46f0 commit d714d93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/soroban-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- run: |
rustup update
- run: make build-libpreflight
- name: Build soroban contract fixtures
run: |
rustup update
rustup target add wasm32-unknown-unknown
make build-test-wasms
- run: go test -race -cover -timeout 25m -v ./cmd/soroban-rpc/...

build:
Expand Down

0 comments on commit d714d93

Please sign in to comment.