Skip to content

Commit 3430cbb

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ 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+
145148
test_windows_fast:
146149
runs-on: [self-hosted, Windows]
147150
if: "(
@@ -209,10 +212,6 @@ jobs:
209212
run: sbt ";dist/pack ;scala3-bootstrapped/compile ;scala3-bootstrapped/test"
210213
shell: cmd
211214

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-
216215
- name: Scala.js Test
217216
run: sbt ";sjsJUnitTests/test ;set sjsJUnitTests/scalaJSLinkerConfig ~= switchToESModules ;sjsJUnitTests/test ;sjsCompilerTests/test"
218217
shell: cmd

0 commit comments

Comments
 (0)