From 886359caa8d2e5506cbdb90b9893fc5e5019491d Mon Sep 17 00:00:00 2001 From: Gareth Rushgrove Date: Sun, 14 May 2023 07:09:34 +0100 Subject: [PATCH] Run lint checks as part of test locally --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8fb1356..8ca97bf 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ build: @go build -v -test: +test: lint @go test -cover -v ./... acceptance: build