Skip to content

Commit

Permalink
Add nightly tests for scala2-library-cc-tasty (#19816)
Browse files Browse the repository at this point in the history
Only test a subset of tests that are known to currently work.

[test_scala2_library_tasty]

All `pos` tests work now. We will increase coverage to all tests once
failures in
#19652 (comment)
are fixed.
  • Loading branch information
Linyxus authored Feb 28, 2024
2 parents 14d7b14 + 5773540 commit c9686a7
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 c9686a7

Please sign in to comment.