We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf968a3 commit d2d2af5Copy full SHA for d2d2af5
.github/workflows/ci.yaml
@@ -200,7 +200,7 @@ jobs:
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 pos"
+ run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty ;scala3-bootstrapped/testCompilation"
204
205
206
test_windows_fast:
0 commit comments