diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 89f44d3..75cb2c0 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -26,7 +26,7 @@ jobs: distribution: 'temurin' cache: 'sbt' - name: Check formatting & Run Tests - run: sbt fmtCheck test + run: sbt fmtCheck testAll # Optional: This step uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository - name: Upload dependency graph uses: scalacenter/sbt-dependency-submission@ab086b50c947c9774b70f39fc7f6e20ca2706c91 \ No newline at end of file