Skip to content

Commit

Permalink
do Test / testListeners
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed Sep 19, 2024
1 parent a43e37c commit 257715f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ lazy val spark = (project in file("spark"))

Test / testOptions += Tests.Argument("-oDF"),
Test / testOptions += Tests.Argument(TestFrameworks.JUnit, "-v", "-a"),
testListeners += TestTimeListener,
Test / testListeners += TestTimeListener,

// Don't execute in parallel since we can't have multiple Sparks in the same JVM
Test / parallelExecution := false,
Expand Down

0 comments on commit 257715f

Please sign in to comment.