projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9235105
)
💚 Run parallel tests before non-parallel tests
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Tue, 7 Apr 2020 08:13:23 +0000
(10:13 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Tue, 7 Apr 2020 08:13:23 +0000
(10:13 +0200)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
870a07c
..
c2247d3
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-76,6
+76,7
@@
task notParallelTest(type: Test) {
useJUnit {
includeCategories 'net.pterodactylus.sone.test.NotParallel'
}
+ dependsOn parallelTest
}
test {