Skip to content

Commit eb0c408

Browse files
committed
Enable some tests using the Scala 2 library TASTy
1 parent ec75826 commit eb0c408

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/ci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ jobs:
209209
run: sbt ";dist/pack ;scala3-bootstrapped/compile ;scala3-bootstrapped/test"
210210
shell: cmd
211211

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

0 commit comments

Comments
 (0)