Merge pull request #74 from jkachmar/fix-make-tests

Adds ghci and ghcid test:sqlite entrypoints to Makefile
This commit is contained in:
Chris Allen 2018-02-28 16:06:25 -06:00 committed by GitHub
commit 63ddb1b0c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: