summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-10-12 12:37:16 +0300
committerWolfy-J <[email protected]>2019-10-12 12:37:16 +0300
commit5d4a699daa0a3696a5bac04cf5568310ff2b7a5c (patch)
treea9699c63f01de662c3280f0f15185be030899038 /Makefile
parent3589850c4601d4907979a9f996873038de930735 (diff)
- polishing health service tests
- adding auto-CS tools
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d8200446..c2550a44 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ test:
go test -v -race -cover ./service/limit
go test -v -race -cover ./service/headers
go test -v -race -cover ./service/metrics
+ go test -v -race -cover ./service/health
lint:
go fmt ./...
golint ./... \ No newline at end of file