Skip to content

Commit f69680d

Browse files
committed
Enable PC tests in test_windows_fast
1 parent 6e852d2 commit f69680d

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
@@ -228,7 +228,7 @@ jobs:
228228
uses: actions/checkout@v4
229229

230230
- name: Test
231-
run: sbt ";scala3-bootstrapped/compile; scala3-bootstrapped/testCompilation"
231+
run: sbt ";scala3-bootstrapped/compile; scala3-bootstrapped/testCompilation; scala3-presentation-compiler-bootstrapped/test; scala3-language-server/test"
232232
shell: cmd
233233

234234
- name: build binary

0 commit comments

Comments
 (0)