Skip to content

Commit 366efdb

Browse files
test
1 parent d2f16c2 commit 366efdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testdata/project-v4-multigroup/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ test-e2e: manifests generate fmt vet ## Run the e2e tests. Expected an isolated
7878
echo "No Kind cluster is running. Please start a Kind cluster before running the e2e tests."; \
7979
exit 1; \
8080
}
81-
go test ./test/e2e/ -v -ginkgo.v
81+
go test ./test/e2e/ -v -ginkgo.vv
8282

8383
.PHONY: lint
8484
lint: golangci-lint ## Run golangci-lint linter

0 commit comments

Comments
 (0)