Skip to content

Commit

Permalink
reorder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
biggora committed May 4, 2018
1 parent d5e1912 commit 5554856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5554856

Please sign in to comment.