diff --git a/Makefile b/Makefile index 3a13402..bb3245a 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ ghci: test: stack test -test-postgresql: +# Intended for use in local dev +test-postgresql: reset-pgsql stack test --flag esqueleto:postgresql test-mysql: