Skip to content

Commit cd6e6d5

Browse files
committed
Run all tests with Scala 2 library TASTy
1 parent 220a633 commit cd6e6d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,15 @@ 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
145+
- name: Test with Scala 2 library TASTy (fast)
146146
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
147147
shell: cmd
148148

149+
# TODO move this into nightly tests
150+
- name: Test with Scala 2 library TASTy
151+
run: ./project/scripts/sbt ";set ThisBuild/Build.useScala2LibraryTasty := true ;scala3-bootstrapped/test"
152+
shell: cmd
153+
149154
test_windows_fast:
150155
runs-on: [self-hosted, Windows]
151156
if: "(

0 commit comments

Comments
 (0)