diff options
author | Valery Piashchynski <[email protected]> | 2020-12-16 10:40:22 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-16 10:40:22 +0300 |
commit | 9e692dd9996f4d100ff3d9c5a358aa6894a748a3 (patch) | |
tree | 2f4c51144a7b54ee41db8ca1e9771a64100c3cc1 /Makefile | |
parent | 089a202aa716f3510402ff8baf47a3b9bfaefcb8 (diff) |
Add reload tests to the Makefile and CI. Update tests
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ./... |