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