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.
2 parents 22ed2fb + f69680d commit 3ca6bd5Copy full SHA for 3ca6bd5
.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