From a7bd5298a4e43989dc5108ffa8eff903f94aefb7 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 18 Dec 2017 09:28:36 -0200 Subject: [PATCH] chore: make ci should also build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e696e477..f45a06933 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ lint: .PHONY: lint # Run all the tests and code checks -ci: test lint +ci: build test lint .PHONY: ci # Build a beta version of goreleaser