mirror of
https://github.com/google/nomulus
synced 2026-09-26 18:04:36 +00:00
Fork for every test to verify that this fixes the travis build.
This commit is contained in:
@@ -459,6 +459,8 @@ test {
|
|||||||
exclude fragileTestPatterns
|
exclude fragileTestPatterns
|
||||||
exclude outcastTestPatterns
|
exclude outcastTestPatterns
|
||||||
|
|
||||||
|
forkEvery 1
|
||||||
|
|
||||||
// Sets the maximum number of test executors that may exist at the same time.
|
// Sets the maximum number of test executors that may exist at the same time.
|
||||||
maxParallelForks 5
|
maxParallelForks 5
|
||||||
}.dependsOn(fragileTest, outcastTest)
|
}.dependsOn(fragileTest, outcastTest)
|
||||||
|
|||||||
Reference in New Issue
Block a user