diff options
author | Valery Piashchynski <[email protected]> | 2021-01-15 11:36:22 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-15 11:36:22 +0300 |
commit | d37cd690db533e2b8a96e55f11fc798653014e56 (patch) | |
tree | 61d20e3b5597fd8843ea9e99d68917e4dd217973 /Makefile | |
parent | f648d96c8516652f3231eb87be1f0a000e12793f (diff) |
Update worker_watcher stack tests
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ test: ## Run application tests go test -v -race -cover -tags=debug -covermode=atomic ./pkg/pool go test -v -race -cover -tags=debug -covermode=atomic ./pkg/socket go test -v -race -cover -tags=debug -covermode=atomic ./pkg/worker + go test -v -race -cover -tags=debug -covermode=atomic ./pkg/worker_watcher go test -v -race -cover -tags=debug -covermode=atomic ./tests/plugins/http go test -v -race -cover -tags=debug -covermode=atomic ./tests/plugins/informer go test -v -race -cover -tags=debug -covermode=atomic ./tests/plugins/reload |