summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0f711467..2cdf0256 100755
--- a/Makefile
+++ b/Makefile
@@ -84,8 +84,5 @@ test: ## Run application tests
go test -v -race -tags=debug ./plugins/kv/drivers/boltdb
go test -v -race -tags=debug ./plugins/kv/drivers/memory
go test -v -race -tags=debug ./plugins/kv/drivers/memcached
- go test -v -race -tags=debug ./tests/plugins/kv/boltdb
- go test -v -race -tags=debug ./tests/plugins/kv/memory
- go test -v -race -tags=debug ./tests/plugins/kv/memcached
go test -v -race -tags=debug ./tests/plugins/kv
docker-compose -f tests/docker-compose.yaml down