Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Mar 10, 2025
1 parent abdee90 commit 5999e71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scalalib/src/mill/scalalib/TestModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ trait TestModule
* When used in combination with [[testForkGrouping]], every JVM test running process
* will guarantee to never steal tests from different test groups.
*/
def testEnableWorkStealing: T[Boolean] = T(false)
def testEnableWorkStealing: T[Boolean] = T(true)

/**
* Discovers and runs the module's tests in a subprocess, reporting the
Expand Down
2 changes: 1 addition & 1 deletion website/blog/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

* xref:10-bytecode-analysis.adoc[]
* xref:10-bytecode-callgraph-analysis.adoc[]
* xref:9-mill-faster-assembly-jars.adoc[]
* xref:8-what-is-a-build-tool.adoc[]
* xref:7-graal-native-executables.adoc[]
Expand Down
4 changes: 2 additions & 2 deletions website/blog/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ technical topics related to JVM platform tooling and language-agnostic build too
some specific to the Mill build tool but mostly applicable to anyone working on
build tooling for large codebases in JVM and non-JVM languages.

include::10-bytecode-analysis.adoc[tag=header,leveloffset=1]
include::10-bytecode-callgraph-analysis.adoc[tag=header,leveloffset=1]

xref:10-bytecode-analysis.adoc[Read More...]
xref:10-bytecode-callgraph-analysis.adoc[Read More...]

include::9-mill-faster-assembly-jars.adoc[tag=header,leveloffset=1]

Expand Down

0 comments on commit 5999e71

Please sign in to comment.