Skip to content

Commit c6a0360

Browse files
authored
Enable some regression tests on Scala 2 library CC tasty (#19615)
Tests the fixes in #19603. Follow-up of #19586. Tests `scala3-bootstrapped/testCompilation i3`, this is a subset that currently works and use to fail.
2 parents f14d0a2 + 95048a7 commit c6a0360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryTasty ;scala3-bootstrapped/testCompilation i5; scala3-bootstrapped/testCompilation tests/run/typelevel-peano.scala; scala3-bootstrapped/testOnly dotty.tools.backend.jvm.DottyBytecodeTests" # only test a subset of test to avoid doubling the CI execution time
149149

150150
- name: Test with Scala 2 library with CC TASTy (fast)
151-
run: ./project/scripts/sbt "scala2-library-cc/compile; scala2-library-cc-tasty/compile" # TODO test all the test configurations in non-CC library (currently disabled due to bug while loading the library)
151+
run: ./project/scripts/sbt "scala2-library-cc/compile; scala2-library-cc-tasty/compile; scala3-bootstrapped/testCompilation i3"
152152

153153
test_scala2_library_tasty:
154154
runs-on: [self-hosted, Linux]

0 commit comments

Comments
 (0)