From 84b3ffbae4d19e5601bfe2ddd2d6c11ef8279469 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sun, 1 Sep 2024 10:27:59 +0800 Subject: [PATCH] ci: run interop tests (#49) --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c26804c..7d641ae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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