Skip to content

Commit

Permalink
Add nightly tests for scala2-library-cc-tasty
Browse files Browse the repository at this point in the history
Only test a subset of tests that are known to currently work.
  • Loading branch information
nicolasstucki committed Feb 28, 2024
1 parent 8bcd9a9 commit 5773540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ jobs:
- name: Test with Scala 2 library TASTy
run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryTasty ;scala3-bootstrapped/test"

# TODO test all the test configurations in non-CC library (currently disabled due to bug while loading the library)
# - name: Test with Scala 2 library with CC TASTy
# run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty ;scala3-bootstrapped/test"
# TODO increase coverage to `scala3-bootstrapped/test`
- name: Test with Scala 2 library with CC TASTy
run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty ;scala3-bootstrapped/testCompilation pos"


test_windows_fast:
Expand Down

0 comments on commit 5773540

Please sign in to comment.