test-integration:
	go test -mod=readonly ./integration/... -test.v -timeout 10m

test-e2e:
	go test ./e2e/... -mod=readonly -test.v -timeout 10m