Skip to content

Commit 220a633

Browse files
committed
Move Scala 2 library tests from Windows into Linux
1 parent f61026d commit 220a633

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ jobs:
142142
run: |
143143
./project/scripts/sbt ";sjsSandbox/run ;sjsSandbox/test ;sjsJUnitTests/test ;set sjsJUnitTests/scalaJSLinkerConfig ~= switchToESModules ;sjsJUnitTests/test ;sjsCompilerTests/test"
144144
145+
- name: Test with Scala 2 library TASTy
146+
run: ./project/scripts/sbt ";set ThisBuild/Build.useScala2LibraryTasty := true ;scala3-bootstrapped/testCompilation i5" # only test a subset of test to avoid doubling the CI execution time
147+
shell: cmd
148+
145149
test_windows_fast:
146150
runs-on: [self-hosted, Windows]
147151
if: "(
@@ -209,10 +213,6 @@ jobs:
209213
run: sbt ";dist/pack ;scala3-bootstrapped/compile ;scala3-bootstrapped/test"
210214
shell: cmd
211215

212-
- name: Test with Scala 2 library TASTy
213-
run: sbt ";set ThisBuild/Build.useScala2LibraryTasty := true ;scala3-bootstrapped/testCompilation i5" # only test a subset of test to avoid doubling the CI execution time
214-
shell: cmd
215-
216216
- name: Scala.js Test
217217
run: sbt ";sjsJUnitTests/test ;set sjsJUnitTests/scalaJSLinkerConfig ~= switchToESModules ;sjsJUnitTests/test ;sjsCompilerTests/test"
218218
shell: cmd

0 commit comments

Comments
 (0)