Skip to content

Commit

Permalink
Enable PC tests in test_windows_fast (#21626)
Browse files Browse the repository at this point in the history
Closes #20991
  • Loading branch information
hamzaremmal authored Sep 23, 2024
2 parents 22ed2fb + f69680d commit 3ca6bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
uses: actions/checkout@v4

- name: Test
run: sbt ";scala3-bootstrapped/compile; scala3-bootstrapped/testCompilation"
run: sbt ";scala3-bootstrapped/compile; scala3-bootstrapped/testCompilation; scala3-presentation-compiler-bootstrapped/test; scala3-language-server/test"
shell: cmd

- name: build binary
Expand Down

0 comments on commit 3ca6bd5

Please sign in to comment.