Skip to content

Commit 0f04900

Browse files
Merge pull request #1 from scala/backport-lts-3.3-21626
Backport "Enable PC tests in test_windows_fast" to LTS
2 parents 5f2d7ef + 3ce240e commit 0f04900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
uses: actions/checkout@v4
176176

177177
- name: Test
178-
run: sbt ";scala3-bootstrapped/compile; scala3-bootstrapped/testCompilation"
178+
run: sbt ";scala3-bootstrapped/compile; scala3-bootstrapped/testCompilation; scala3-presentation-compiler-bootstrapped/test; scala3-language-server/test"
179179
shell: cmd
180180

181181
- name: build binary

0 commit comments

Comments
 (0)