Skip to content

Commit

Permalink
Enable all tests scala2-library-cc-tasty (#19902)
Browse files Browse the repository at this point in the history
Followup to #19890.

[test_scala2_library_tasty]
  • Loading branch information
nicolasstucki authored Mar 8, 2024
2 parents e2c65e6 + 5c98f22 commit a9bb881
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,8 @@ jobs:
- name: Test with Scala 2 library TASTy
run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryTasty ;scala3-bootstrapped/test"

# TODO increase coverage to `scala3-bootstrapped/test`
- name: Test with Scala 2 library with CC TASTy
run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty ;scala3-bootstrapped/testCompilation"
run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty ;scala3-bootstrapped/test"


test_windows_fast:
Expand Down

0 comments on commit a9bb881

Please sign in to comment.