You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The makefile has commands for per-backend testing, e.g.
test-postgresql: reset-pgsql
stack test esqueleto:postgresql
But if you actually run
stack test esqueleto:postgresql
You get:
Error parsing targets: Component postgresql does not exist in package esqueleto
I'm guessing this is an old way of running the tests. I'm not sure if running single database backend is actually possible anymore? I might just be not finding where that's configured though
The text was updated successfully, but these errors were encountered:
The makefile has commands for per-backend testing, e.g.
But if you actually run
You get:
I'm guessing this is an old way of running the tests. I'm not sure if running single database backend is actually possible anymore? I might just be not finding where that's configured though
The text was updated successfully, but these errors were encountered: