Skip to content

Commit

Permalink
Add scala3-bootstrapped/testCompilation to 'test_windows_fast' (#19810)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hamzaremmal authored Feb 28, 2024
2 parents 4742d7d + 432cdbd commit 8bcd9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
uses: actions/checkout@v4

- name: Test
run: sbt ";scala3-bootstrapped/compile"
run: sbt ";scala3-bootstrapped/compile; scala3-bootstrapped/testCompilation"
shell: cmd

- name: build binary
Expand Down

0 comments on commit 8bcd9a9

Please sign in to comment.