Skip to content

Commit

Permalink
Verify list.sc in GitHub Action when not using mill.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Mar 17, 2024
1 parent 7c71fad commit 26f3103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvm/src/test/scala/org/sireum/logika/LogikaRcTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class LogikaRcTest extends SireumRcSpec {
name match {
case "opsem.sc" | "opsem-alt.sc" => Os.isMac && isInGithubAction
case "conformance-swap.sc" => isSimplified
case "list.sc" => isInGithubAction
case "list.sc" => isInGithubAction && Os.env("MILL_VERSION").nonEmpty
case "strictpure.sc" => Os.isWin && isInGithubAction && !isSimplified
case _ => false
}
Expand Down

0 comments on commit 26f3103

Please sign in to comment.