Skip to content

Commit 8bcd9a9

Browse files
authored
Add scala3-bootstrapped/testCompilation to 'test_windows_fast' (#19810)
In light of the issue (post merge) of #19080 . We should add test compilation to windows_fast (not only windows_full). Also see: #19802 cc @sjrd
2 parents 4742d7d + 432cdbd commit 8bcd9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
uses: actions/checkout@v4
228228

229229
- name: Test
230-
run: sbt ";scala3-bootstrapped/compile"
230+
run: sbt ";scala3-bootstrapped/compile; scala3-bootstrapped/testCompilation"
231231
shell: cmd
232232

233233
- name: build binary

0 commit comments

Comments
 (0)