From deca99f7a8bb91838d1c000c65fa4ac2efafd59e Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sun, 1 Sep 2024 10:22:36 +0800 Subject: [PATCH] ci: run interop tests --- .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