summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-30 14:50:35 +0300
committerGitHub <[email protected]>2020-11-30 14:50:35 +0300
commit0a5116e9dcce76c8f845f4fdda41d448f3e38955 (patch)
tree0c81d9d509edc40c2988e038a5412ca3409e29ee /Makefile
parenta7f1952bc80f28985dde7da6446342a774464e24 (diff)
parentd6e7b554ab56ee1f423ce915cc9dbb132457d689 (diff)
Merge pull request #420 from spiral/plugin/static
[RR2] Plugin for serving static files [Static]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4797d130..9c723e1e 100644
--- a/Makefile
+++ b/Makefile
@@ -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