From 814fb8d9b49f5e3b6211b56daf168d14aeb70d50 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Wed, 28 Feb 2018 16:37:16 -0500 Subject: [PATCH] Adds ghci and ghcid test:sqlite entrypoints to Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 863396d..d432c26 100644 --- a/Makefile +++ b/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: