Skip to content

Commit c9686a7

Browse files
authored
Add nightly tests for scala2-library-cc-tasty (#19816)
Only test a subset of tests that are known to currently work. [test_scala2_library_tasty] All `pos` tests work now. We will increase coverage to all tests once failures in #19652 (comment) are fixed.
2 parents 14d7b14 + 5773540 commit c9686a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)