File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,17 @@ lazy val baseSettings = Seq(
4545 semanticdbEnabled := true ,
4646 semanticdbVersion := scalafixSemanticdb.revision,
4747 Test / publishArtifact := false ,
48- Test / fork := true ,
49- testForkedParallel := true ,
50- concurrentRestrictions := {
51- val par = parallelExecution.value
52- val max = EvaluateTask .SystemProcessors
53- List (
54- Tags .limitAll(if (par) max else 1 ),
55- Tags .limit(Tags .ForkedTestGroup , 2 ),
56- Tags .exclusiveGroup(Tags .Clean )
57- )
58- }
48+ Test / fork := true
49+ // testForkedParallel := true,
50+ // concurrentRestrictions := {
51+ // val par = parallelExecution.value
52+ // val max = EvaluateTask.SystemProcessors
53+ // List(
54+ // Tags.limitAll(if (par) max else 1),
55+ // Tags.limit(Tags.ForkedTestGroup, 2),
56+ // Tags.exclusiveGroup(Tags.Clean)
57+ // )
58+ // }
5959)
6060
6161val `docker-controller-scala-core` = (project in file(" docker-controller-scala-core" ))
You can’t perform that action at this time.
0 commit comments