Skip to content

Commit 5c98f22

Browse files
committed
Enable all tests scala2-library-cc-tasty
1 parent 18645ee commit 5c98f22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.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)