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 5f2d7ef commit 6cdfa5bCopy full SHA for 6cdfa5b
.github/workflows/ci.yaml
@@ -175,7 +175,7 @@ jobs:
175
uses: actions/checkout@v4
176
177
- name: Test
178
- 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"
179
shell: cmd
180
181
- name: build binary
0 commit comments