Merge pull request #5790 from meilisearch/adapt-go-ci

Adapt Go CI to recent change in the Go repo
This commit is contained in:
Clément Renault
2025-07-31 14:20:33 +00:00
committed by GitHub

View File

@ -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