Skip to content

Commit

Permalink
Add e2e to Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kennedy <[email protected]>
  • Loading branch information
tomkennedy513 authored and sambhav committed Jul 25, 2023
1 parent 4977f48 commit a68725c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ unit:
unit-ci:
$(GOCMD) test -v -count=1 -parallel=1 -timeout=0 ./pkg/... -coverprofile=coverage.txt -covermode=atomic

e2e:
$(GOCMD) test --timeout=30m -v ./test/...

.PHONY: unit

0 comments on commit a68725c

Please sign in to comment.