Adapt Go CI to recent change in the Go repo

This commit is contained in:
curquiza
2025-07-31 15:23:45 +02:00
parent 421a23ee3d
commit c1a5a545b6

View File

@ -114,7 +114,7 @@ jobs:
dep ensure dep ensure
fi fi
- name: Run integration tests - name: Run integration tests
run: go test -v ./... run: go test --race -v ./integration
meilisearch-java-tests: meilisearch-java-tests:
needs: define-docker-image needs: define-docker-image