Skip to content

Commit c2cdeb5

Browse files
committed
Run all tests with Scala 2 library TASTy
1 parent cce6c89 commit c2cdeb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ jobs:
145145
- name: Test with Scala 2 library TASTy
146146
run: ./project/scripts/sbt ";set ThisBuild/Build.useScala2LibraryTasty := true ;scala3-bootstrapped/testCompilation i5; scala3-bootstrapped/testCompilation tests/run/typelevel-peano.scala" # only test a subset of test to avoid doubling the CI execution time
147147

148+
# TODO move this into nightly tests
149+
- name: Test with Scala 2 library TASTy
150+
run: ./project/scripts/sbt ";set ThisBuild/Build.useScala2LibraryTasty := true ;scala3-bootstrapped/test"
151+
148152
test_windows_fast:
149153
runs-on: [self-hosted, Windows]
150154
if: "(

0 commit comments

Comments
 (0)