We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15770c7 commit 29904c1Copy full SHA for 29904c1
Makefile
@@ -72,4 +72,4 @@ clean:
72
73
.PHONY: e2e
74
e2e:
75
- $(GO) run github.com/onsi/ginkgo/ginkgo --v --randomizeAllSpecs --randomizeSuites --race ./test/e2e
+ $(GO) run github.com/onsi/ginkgo/ginkgo --v --randomizeAllSpecs --randomizeSuites --race $(TAGS) ./test/e2e
0 commit comments