From c1a5a545b6f1b4d4f3b46e1faf83e717c32b7ee1 Mon Sep 17 00:00:00 2001 From: curquiza Date: Thu, 31 Jul 2025 15:23:45 +0200 Subject: [PATCH] Adapt Go CI to recent change in the Go repo --- .github/workflows/sdks-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdks-tests.yml b/.github/workflows/sdks-tests.yml index dc4d51068..0bcc1d7a7 100644 --- a/.github/workflows/sdks-tests.yml +++ b/.github/workflows/sdks-tests.yml @@ -114,7 +114,7 @@ jobs: dep ensure fi - name: Run integration tests - run: go test -v ./... + run: go test --race -v ./integration meilisearch-java-tests: needs: define-docker-image