File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,9 +198,9 @@ jobs:
198
198
- name : Test with Scala 2 library TASTy
199
199
run : ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryTasty ;scala3-bootstrapped/test"
200
200
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 "
204
204
205
205
206
206
test_windows_fast :
You can’t perform that action at this time.
0 commit comments