Skip to content

Commit

Permalink
Run all tests with Scala 2 library TASTy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki committed Nov 7, 2023
1 parent 220a633 commit fa85a82
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,15 @@ jobs:
run: |
./project/scripts/sbt ";sjsSandbox/run ;sjsSandbox/test ;sjsJUnitTests/test ;set sjsJUnitTests/scalaJSLinkerConfig ~= switchToESModules ;sjsJUnitTests/test ;sjsCompilerTests/test"
- name: Test with Scala 2 library TASTy
- name: Test with Scala 2 library TASTy (fast)
run: ./project/scripts/sbt ";set ThisBuild/Build.useScala2LibraryTasty := true ;scala3-bootstrapped/testCompilation i5" # only test a subset of test to avoid doubling the CI execution time
shell: cmd

# TODO move this into nightly tests
- name: Test with Scala 2 library TASTy
run: ./project/scripts/sbt ";set ThisBuild/Build.useScala2LibraryTasty := true ;scala3-bootstrapped/test"
shell: cmd

test_windows_fast:
runs-on: [self-hosted, Windows]
if: "(
Expand Down

0 comments on commit fa85a82

Please sign in to comment.