Skip to content

Commit eab04aa

Browse files
committed
Update makefile
1 parent 7cad33b commit eab04aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ test/e2e: install-go-modules
66
sh ./test/e2e/e2e.sh
77

88
test/template: install-go-modules
9-
go test -v ./test/template/...
9+
go test -v ./test/template/...
10+
11+
test: test/template test/e2e

0 commit comments

Comments
 (0)