We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e852d2 commit f69680dCopy full SHA for f69680d
.github/workflows/ci.yaml
@@ -228,7 +228,7 @@ jobs:
228
uses: actions/checkout@v4
229
230
- name: Test
231
- 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"
232
shell: cmd
233
234
- name: build binary
0 commit comments