Skip to content

Commit

Permalink
Build test wasms correctly during workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarsaur committed Jan 17, 2024
1 parent 2423332 commit 0cb80d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/soroban-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- run: make build-libpreflight
- run: make build-test-wasms
- run: go test -race -cover -timeout 25m -v ./cmd/soroban-rpc/...

build:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ build-libpreflight: Cargo.lock
build-test-wasms: Cargo.lock
cargo build --package 'test_*' --profile test-wasms --target wasm32-unknown-unknown

build-test: install_rust
build-test: build-test-wasms install_rust

test: build-test
cargo test
Expand Down

0 comments on commit 0cb80d4

Please sign in to comment.