Skip to content

Commit 1ee827d

Browse files
committed
Make partest run in parallel
1 parent d8e72a0 commit 1ee827d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotty/partest/DPConfig.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ object DPConfig {
2828

2929
// Tests finish faster when running in parallel, but console output is
3030
// out of order and sometimes the compiler crashes
31-
val runTestsInParallel = false
31+
val runTestsInParallel = true
3232
}

0 commit comments

Comments
 (0)