Skip to content

Commit 4b4c81e

Browse files
committed
Fix statement to omit tests for Scala Native
1 parent 3e48185 commit 4b4c81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform
115115
crossScalaVersions := List(scala211),
116116
scalaVersion := scala211, // allows to compile if scalaVersion set not 2.11
117117
nativeLinkStubs := true,
118-
Test / test := false
118+
Test / test := {}
119119
)
120120
)
121121

0 commit comments

Comments
 (0)