Adds ghci and ghcid test:sqlite entrypoints to Makefile

This commit is contained in:
Joe Kachmar 2018-02-28 16:37:16 -05:00
parent 3395e8ff96
commit 814fb8d9b4

View File

@ -18,7 +18,10 @@ test-mysql:
stack test esqueleto:mysql
test-ghci:
stack ghci esqueleto:test:test
stack ghci esqueleto:test:sqlite
test-ghcid:
ghcid -c "stack ghci --ghci-options -fobject-code esqueleto:test:sqlite"
# sudo -u postgres createuser -s - esqueleto-test
reset-pgsql: