Skip to content

Commit

Permalink
Reorder check: run tests before other checks
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect committed Apr 25, 2024
1 parent f392ce1 commit 7a23561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ object DecentScalaPlugin extends AutoPlugin {
ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible,
ThisBuild / versionPolicyIgnoredInternalDependencyVersions := Some("^\\d+\\.\\d+\\.\\d+\\+\\d+".r),
) ++
addCommandAlias("check", "; lint; +missinglinkCheck; +versionPolicyCheck; +test") ++
addCommandAlias("check", "; lint; +test; +missinglinkCheck; +versionPolicyCheck") ++
addCommandAlias(
"lint",
"; scalafmtSbtCheck; scalafmtCheckAll; scalafixAll --check",
Expand Down

0 comments on commit 7a23561

Please sign in to comment.