We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade2d49 commit a453e0cCopy full SHA for a453e0c
Makefile
@@ -9,7 +9,7 @@ test:
9
.PHONY: e2e
10
e2e:
11
go clean -testcache
12
- go test ./... --tags=e2e_parallel --tags=e2e_https
+ go test ./... --tags=e2e_parallel,e2e_https
13
go test ./... -p 1 --tags=e2e_sequential
14
15
.PHONY: tidy
0 commit comments