Skip to content

Commit

Permalink
fix: consolidate the rpc testing with bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Feb 15, 2024
1 parent 5b70682 commit 9ccba82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 47 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@

name: bindings typescript

name: rpc tests
on:
push:
branches: [main, release/**]
pull_request:

jobs:
test:
name: test generated libraries
name: test cli features that require RPC
runs-on: ubuntu-22.04
services:
rpc:
Expand Down Expand Up @@ -39,5 +38,6 @@ jobs:
- run: cargo build
- run: rustup target add wasm32-unknown-unknown
- run: make build-test-wasms
- run: SOROBAN_PORT=8000 cargo test --features it --package soroban-test --test it -- integration
- run: npm ci && npm run test
working-directory: cmd/crates/soroban-spec-typescript/ts-tests
44 changes: 0 additions & 44 deletions .github/workflows/rpc-test.yml

This file was deleted.

0 comments on commit 9ccba82

Please sign in to comment.