1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Run all tests on CI

This commit is contained in:
carbotaniuman 2021-01-10 20:52:16 -06:00
parent 686e736cf3
commit d719632470

View file

@ -51,16 +51,16 @@ dependencies {
test {
useJUnitPlatform()
}
task testDev(type: Test) {
group = "verification"
useJUnitPlatform()
filter {
excludeTestsMatching '*SlowTest'
}
}
task testAll(type: Test) {
group = "verification"
useJUnitPlatform()
}
kapt {
arguments {