We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scala2-library-cc-tasty
2 parents e2c65e6 + 5c98f22 commit a9bb881Copy full SHA for a9bb881
.github/workflows/ci.yaml
@@ -198,9 +198,8 @@ jobs:
198
- name: Test with Scala 2 library TASTy
199
run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryTasty ;scala3-bootstrapped/test"
200
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"
+ run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty ;scala3-bootstrapped/test"
204
205
206
test_windows_fast:
0 commit comments