Merge pull request #74 from jkachmar/fix-make-tests
Adds ghci and ghcid test:sqlite entrypoints to Makefile
This commit is contained in:
commit
63ddb1b0c5
5
Makefile
5
Makefile
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user