Skip to content

Commit

Permalink
build: disable sandbox for test
Browse files Browse the repository at this point in the history
Signed-off-by: unlsycn <[email protected]>
  • Loading branch information
unlsycn committed Jan 18, 2025
1 parent 2b0126e commit 4f06b57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ trait Chisel extends CrossSbtModule with HasScala2MacroAnno with HasScala2Plugin

object test extends SbtTests with TestModule.ScalaTest with ScalafmtModule {
def ivyDeps = Agg(v.scalatest, v.scalacheck)

// TODO: enable sandbox and run tests in parallel
override def testSandboxWorkingDir = false

// Suppress Scala 3 behavior requiring explicit types on implicit definitions
// Note this must come before the -Wconf is warningSuppression
Expand Down

0 comments on commit 4f06b57

Please sign in to comment.