Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ endif

clean:
@echo "Cleaning previous outputs"
go clean -testcache
rm functests/functests.test

deploy:
Expand All @@ -51,10 +52,12 @@ deploy:

func-test: deploy
@echo "Running functional test suite"
go clean -testcache
go test -v ./functests/...

unit-test:
@echo "Executing unit tests"
go clean -testcache
go test -v ./controllers/...

build: $(SOURCES)
Expand Down