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

testing: Use in-memory postgres for tests #1123

Merged
merged 1 commit into from
Oct 6, 2023
Merged

Conversation

JAORMX
Copy link
Contributor

@JAORMX JAORMX commented Oct 6, 2023

This removes the need to run postgres as a separate process for our tests,
instead, this relies on https://github.com/fergusstrange/embedded-postgres
and sets up the necessary parts and connections to run it for the database tests.

This translates to: You can now simply do make test to run our unit tests!

This removes the need to run postgres as a separate process for our tests,
instead, this relies on https://github.com/fergusstrange/embedded-postgres
and sets up the necessary parts and connections to run it for the database tests.
@JAORMX JAORMX merged commit 3dc57d9 into main Oct 6, 2023
12 checks passed
@JAORMX JAORMX deleted the in-process-postgres branch October 6, 2023 07:27
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

Successfully merging this pull request may close these issues.

None yet

2 participants