diff options
author | Valery Piashchynski <[email protected]> | 2020-11-30 12:54:41 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-30 12:54:41 +0300 |
commit | 9402ea1e88d6e63b8b0388ad662d20b727b940d0 (patch) | |
tree | 3a012e3d4a891f35466d53a7e8a3a8f209a249bc /Makefile | |
parent | b27564251f4dbb8e366a4940d79a5645e2b28d3c (diff) |
Static plugin initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,4 +11,6 @@ test: go test -v -race -cover ./plugins/resetter/tests -tags=debug go test -v -race -cover ./plugins/http/attributes -tags=debug go test -v -race -cover ./plugins/http/tests -tags=debug - go test -v -race -cover ./plugins/gzip/tests -tags=debug
\ No newline at end of file + go test -v -race -cover ./plugins/gzip/tests -tags=debug + go test -v -race -cover ./plugins/static/tests -tags=debug + go test -v -race -cover ./plugins/static -tags=debug
\ No newline at end of file |