Skip to content

Commit

Permalink
Changes Makefile to include Redshift driver test
Browse files Browse the repository at this point in the history
  • Loading branch information
dresende committed Feb 21, 2013
1 parent de86054 commit eb06e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,7 @@
test: test:
ORM_PROTOCOL=mysql node test/run ORM_PROTOCOL=mysql node test/run
ORM_PROTOCOL=postgres node test/run ORM_PROTOCOL=postgres node test/run
ORM_PROTOCOL=redshift node test/run
ORM_PROTOCOL=sqlite node test/run ORM_PROTOCOL=sqlite node test/run


.PHONY: test .PHONY: test

0 comments on commit eb06e62

Please sign in to comment.