From 98358744229904986753f68b26e923d6f6291569 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 4 Dec 2022 16:56:11 +0100 Subject: [PATCH] Update Makefile --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9674c9f..94079a8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -srv: srv.go internal/*/*.go +srv: srv.go internal/*/*.go internal/*/*/*.go go build -o srv ./ -test: - go test ./ + +go-test: + go test ./...