Skip to content

Commit 7271cac

Browse files
committed
Run all tests with Scala 2 library TASTy
1 parent 637ed88 commit 7271cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
186186

187187
- name: Test with Scala 2 library TASTy
188-
run: ./project/scripts/sbt ";set ThisBuild/Build.useScala2LibraryTasty := true ;scala3-bootstrapped/testCompilation"
188+
run: ./project/scripts/sbt ";set ThisBuild/Build.useScala2LibraryTasty := true ;scala3-bootstrapped/test"
189189

190190

191191
test_windows_fast:

0 commit comments

Comments
 (0)