From f69680d8982c3680ca9e051c6578c1776f142c9d 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 --- .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 309820f8f138..cb8977184328 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -228,7 +228,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