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

Build: split tests that need database from those that do not #12123

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

DanVanAtta
Copy link
Member

@DanVanAtta DanVanAtta commented Nov 24, 2023

Update adds a tag to tests that need a database. We then split the build such that 'test' no longer runs these tests, and './gradlew testWithDatabase' does.

This allows for './gradlew test' to no longer depend on any running docker containers & faster game-headed development.

Update adds a tag to tests that need a database. We then
split the build such that 'test' no longer runs these
tests, and 'testWithDatabase' does (and we add
'testAll' to test all)

This allows for './gradlew test' to no longer depend
on any running docker containers & faster game-headed
development.
@DanVanAtta DanVanAtta merged commit 70b40d0 into master Nov 24, 2023
1 check passed
@DanVanAtta DanVanAtta deleted the test-with-database branch November 24, 2023 01:28
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.

1 participant