Exclude test which require a connection to database
Some checks failed
build (17, ubuntu-latest)
deploy

This commit is contained in:
Quentin Legot 2023-03-23 21:47:04 +01:00
parent 7326fb2a7f
commit 2f75bb6083

View File

@ -2,3 +2,7 @@ dependencies {
implementation 'org.postgresql:postgresql:42.5.0'
testImplementation 'com.google.code.gson:gson:2.10'
}
test {
exclude 'fr/altarik/toolbox/database/**'
}