Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile outdated? #297

Open
MaxGabriel opened this issue Dec 22, 2021 · 0 comments
Open

Makefile outdated? #297

MaxGabriel opened this issue Dec 22, 2021 · 0 comments

Comments

@MaxGabriel
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant