You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -194,10 +194,16 @@ class CommunityBuildTest {
194
194
// We set `useEffpiPlugin := false` because we don't want to run their
195
195
// compiler plugin since it relies on external binaries (from the model
196
196
// checker mcrl2), however we do compile the compiler plugin.
197
-
// have to drop the plugin and akka tests for now, testCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:compile; plugin/test:compile; benchmarks/test:compile; examples/test:compile; pluginBenchmarks/test:compile",
198
-
// have to drop the plugin and akka tests for now, updateCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:update; plugin/test:update; benchmarks/test:update; examples/test:update; pluginBenchmarks/test:update"
0 commit comments