From c4fedd192b21b2f4263af0934957a77af8cdbd7a Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Fri, 6 Dec 2019 12:49:13 +0100 Subject: [PATCH] Fix check target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 048280e..e39b8b5 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ clear: ## Clear the working area and the project rm -rf bin/ .PHONY: check -check: lint ## Run tests and linters +check: test lint ## Run tests and linters bin/gotestsum: bin/gotestsum-${GOTESTSUM_VERSION} @ln -sf gotestsum-${GOTESTSUM_VERSION} bin/gotestsum