Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aednichols committed Dec 8, 2023
1 parent 68b835f commit 06557b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ object Settings {
scalaVersion := ScalaVersion,
resolvers ++= additionalResolvers,
Global / parallelExecution := true,
Test / parallelExecution := false,
Global / concurrentRestrictions ++= List(
// Don't run any other tasks while running tests, especially helps in low CPU environments like Travis
Tags.exclusive(Tags.Test),
Expand Down

0 comments on commit 06557b8

Please sign in to comment.