diff --git a/Makefile b/Makefile index 02c4102013e..41b83febe9f 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,8 @@ build: .PHONY: test test: - $(ACT) -W examples/workflows --verbose + go test ./... + $(ACT) .PHONY: install install: build