Skip to content

Commit a9bb881

Browse files
Enable all tests scala2-library-cc-tasty (#19902)
Followup to #19890. [test_scala2_library_tasty]
2 parents e2c65e6 + 5c98f22 commit a9bb881

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/ci.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,8 @@ 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 increase coverage to `scala3-bootstrapped/test`
202201
- name: Test with Scala 2 library with CC TASTy
203-
run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty ;scala3-bootstrapped/testCompilation"
202+
run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty ;scala3-bootstrapped/test"
204203

205204

206205
test_windows_fast:

0 commit comments

Comments
 (0)