Skip to content

Commit

Permalink
Run ts tests on win/mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Dec 5, 2024
1 parent a03b1d7 commit ad2d398
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ on:
jobs:
test:
name: test generated libraries
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest-16-cores, macos-latest, windows-latest-8-cores]
runs-on: ${{ matrix.os }}
services:
rpc:
image: stellar/quickstart:testing
Expand Down

0 comments on commit ad2d398

Please sign in to comment.