Skip to content

Commit 219dd62

Browse files
committed
comment about test delegating to run
1 parent d1ff89f commit 219dd62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ lazy val demo = crossProject(JSPlatform, JVMPlatform, NativePlatform)
237237
zonesFilter := zonesFilterFn,
238238
dbVersion := TzdbPlugin.Version(tzdbVersion),
239239
tlFatalWarnings := false,
240+
// delegate test to run, so that it is invoked during test step in ci
240241
Test / test := (Compile / run).toTask("").value
241242
)
242243
.jsSettings(

0 commit comments

Comments
 (0)