We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637ed88 commit 7271cacCopy full SHA for 7271cac
.github/workflows/ci.yaml
@@ -185,7 +185,7 @@ jobs:
185
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
186
187
- name: Test with Scala 2 library TASTy
188
- run: ./project/scripts/sbt ";set ThisBuild/Build.useScala2LibraryTasty := true ;scala3-bootstrapped/testCompilation"
+ run: ./project/scripts/sbt ";set ThisBuild/Build.useScala2LibraryTasty := true ;scala3-bootstrapped/test"
189
190
191
test_windows_fast:
0 commit comments