From 555485648204329e233bf0188b9b2407972f8c88 Mon Sep 17 00:00:00 2001 From: Alexey Gordeyev Date: Fri, 4 May 2018 21:27:24 +0300 Subject: [PATCH] reorder tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d775b27..b97ec06 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ test-arango: test-neo4j: @CAMINTE_DRIVER=neo4j $(MOCHA) --timeout 5000 -r should -R $(MOCHA_REPORTER) -test: test-redis test-sqlite test-mysql test-mongo +test: test-sqlite test-mysql test-mongo test-redis clear: @rm -rf coverage