summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-16 10:40:22 +0300
committerValery Piashchynski <[email protected]>2020-12-16 10:40:22 +0300
commit9e692dd9996f4d100ff3d9c5a358aa6894a748a3 (patch)
tree2f4c51144a7b54ee41db8ca1e9771a64100c3cc1 /Makefile
parent089a202aa716f3510402ff8baf47a3b9bfaefcb8 (diff)
Add reload tests to the Makefile and CI. Update tests
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e3f00c63..487af5c8 100755
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ test: ## Run application tests
go test -v -race -cover -tags=debug -covermode=atomic ./plugins/static/tests
go test -v -race -cover -tags=debug -covermode=atomic ./plugins/headers/tests
go test -v -race -cover -tags=debug -covermode=atomic ./plugins/checker/tests
+ go test -v -race -cover -tags=debug -covermode=atomic ./plugins/reload/tests
lint: ## Run application linters
go fmt ./...