Skip to content

Commit c771820

Browse files
ivanmatmatioktalz
authored andcommitted
BUG: makefile should launch all tests with e2e_parallel and e2e_https tags
1 parent 0859fe5 commit c771820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test:
99
.PHONY: e2e
1010
e2e:
1111
go clean -testcache
12-
go test ./... --tags=e2e_parallel --tags=e2e_https
12+
go test ./... --tags=e2e_parallel,e2e_https
1313
go test ./... -p 1 --tags=e2e_sequential
1414

1515
.PHONY: tidy

0 commit comments

Comments
 (0)