1
0
Fork 0

Merge branch v2.11 into v3.4

This commit is contained in:
kevinpollet 2025-07-23 10:41:06 +02:00
commit 16d43aefd7
No known key found for this signature in database
GPG key ID: 0C9A5DDD1B292453
3 changed files with 42 additions and 4 deletions

View file

@ -95,7 +95,7 @@ test-unit:
.PHONY: test-integration
#? test-integration: Run the integration tests
test-integration: binary
test-integration:
GOOS=$(GOOS) GOARCH=$(GOARCH) go test ./integration -test.timeout=20m -failfast -v $(TESTFLAGS)
.PHONY: test-gateway-api-conformance