Skip to content

Commit 29904c1

Browse files
committedJul 23, 2020
fix(e2e): pass build tags to e2e
1 parent 15770c7 commit 29904c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ clean:
7272

7373
.PHONY: e2e
7474
e2e:
75-
$(GO) run github.com/onsi/ginkgo/ginkgo --v --randomizeAllSpecs --randomizeSuites --race ./test/e2e
75+
$(GO) run github.com/onsi/ginkgo/ginkgo --v --randomizeAllSpecs --randomizeSuites --race $(TAGS) ./test/e2e

0 commit comments

Comments
 (0)
Please sign in to comment.