diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3d94d869a42f..05f2a06a1468 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -227,7 +227,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