File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,9 +198,9 @@ jobs:
198198 - name : Test with Scala 2 library TASTy
199199 run : ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryTasty ;scala3-bootstrapped/test"
200200
201- # TODO test all the test configurations in non-CC library (currently disabled due to bug while loading the library)
202- # - name: Test with Scala 2 library with CC TASTy
203- # run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty ;scala3-bootstrapped/test "
201+ # TODO increase coverage to `scala3-bootstrapped/test`
202+ - name : Test with Scala 2 library with CC TASTy
203+ run : ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty ;scala3-bootstrapped/testCompilation pos "
204204
205205
206206 test_windows_fast :
You can’t perform that action at this time.
0 commit comments