From 34742758e2ab816edd7d497c3170669a8f786163 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Mon, 23 Sep 2024 08:44:02 +0200 Subject: [PATCH] Enable PC tests in test_windows_fast [Cherry-picked f69680d8982c3680ca9e051c6578c1776f142c9d] --- .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 97c4a9d75277..214ef172fa70 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -175,7 +175,7 @@ jobs: uses: actions/checkout@v4 - name: Test - run: sbt ";scala3-bootstrapped/compile; scala3-bootstrapped/testCompilation" + run: sbt ";scala3-bootstrapped/compile; scala3-bootstrapped/testCompilation; scala3-presentation-compiler-bootstrapped/test; scala3-language-server/test" shell: cmd - name: build binary