We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa2e03 commit cf58905Copy full SHA for cf58905
build.sbt
@@ -491,6 +491,11 @@ addCommandAlias(
491
";clean;compile;test:compile;it:compile;scalafmtCheckAll;test"
492
)
493
494
+addCommandAlias(
495
+ "integrationTests",
496
+ """;set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest") || !t.endsWith("LiveTest") ); it:test""".stripMargin
497
+)
498
+
499
addCommandAlias(
500
"ciFull",
501
""";ci; set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest") || !t.endsWith("LiveTest") ); it:test""".stripMargin
0 commit comments