Skip to content

Commit 911cd6e

Browse files
committed
set number of test threads to 1
1 parent 6e2f623 commit 911cd6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ enablePlugins(ScalaJSPlugin)
2020

2121
// This is an application with a main method
2222
scalaJSUseMainModuleInitializer := true
23+
24+
// Single Threaded Tests
25+
Test / parallelExecution := false

0 commit comments

Comments
 (0)