You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add nightly compilation tests for Scala 2 library TASTy (#18892)
This adds a new CI test for the Scala 2 library TASTy configuration. We
enable all `testCompilation` tests except a few that are blacklisted and
need to be fixed at some point. This test only triggers on nightly
builds or with the `[test_scala2_library_tasty]` tag. We also keep the
current set of tests on every PR.
[test_scala2_library_tasty]
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
0 commit comments