diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 55aafaa8fc63..23b1cb1e40a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -174,7 +174,7 @@ jobs: uses: actions/checkout@v4 - name: Test - run: sbt ";scala3-bootstrapped/compile" + run: sbt ";scala3-bootstrapped/compile; scala3-bootstrapped/testCompilation" shell: cmd - name: build binary