From 337b84e801c067aa3a0c07a97cfd428684bb66c4 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 23 Jul 2022 23:27:08 +0700 Subject: [PATCH] chore: add try-4-real in Makefile --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c042289..a23b6bd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -.PHONY: all test-color lint +.PHONY: all test-color lint try-4-real -all: test-color lint +all: test-color lint try-4-real test-color: go install github.com/haunt98/go-test-color@latest @@ -8,3 +8,6 @@ test-color: lint: golangci-lint run ./... + +try-4-real: + go run .