Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 8775ba2

Browse files
committed
Add e2e test command to makefile
Signed-off-by: Mattias Gees <mattias.gees@gmail.com>
1 parent e632349 commit 8775ba2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,6 @@ docker_%:
252252

253253
local_build: go_generate
254254
go build -o tarmak_local_build ./cmd/tarmak
255+
256+
e2e-test: build
257+
go test -v -timeout 1h github.com/jetstack/tarmak/cmd/tarmak/e2e -e2e

0 commit comments

Comments
 (0)