From 32c41d22d6979331191d4e441001266f20bfe687 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Mon, 28 Sep 2020 21:03:35 +0200 Subject: [PATCH] Fix test target (#375) * Fix test target * Run Go tests in test target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02c4102..41b83fe 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