From 432cdbda63b932a14162f4509280a1668c56f9cb Mon Sep 17 00:00:00 2001 From: Hamza REMMAL Date: Wed, 28 Feb 2024 13:28:02 +0100 Subject: [PATCH] Add scala3-bootstrapped/testCompilation to 'test_windows_fast' --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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