diff options
author | Valery Piashchynski <[email protected]> | 2020-11-30 14:50:35 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-30 14:50:35 +0300 |
commit | 0a5116e9dcce76c8f845f4fdda41d448f3e38955 (patch) | |
tree | 0c81d9d509edc40c2988e038a5412ca3409e29ee /Makefile | |
parent | a7f1952bc80f28985dde7da6446342a774464e24 (diff) | |
parent | d6e7b554ab56ee1f423ce915cc9dbb132457d689 (diff) |
Merge pull request #420 from spiral/plugin/static
[RR2] Plugin for serving static files [Static]
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 |