Skip to content

Commit

Permalink
ci: run interop tests (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann authored Sep 1, 2024
1 parent f1881bf commit 84b3ffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@ jobs:
name: Integration tests (Go ${{ matrix.go }})
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go version
- name: Run interop tests
run: go test -v ./integrationtests/interop/
- name: Run integration tests
run: |
for i in {1..25}; do
Expand Down

0 comments on commit 84b3ffb

Please sign in to comment.