chore: add try-4-real in Makefile

main
sudo pacman -Syu 2022-07-23 23:27:08 +07:00
parent e488efb295
commit 337b84e801
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 5 additions and 2 deletions

View File

@ -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 .