We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdc8092 + a9fe74f commit ca67e4dCopy full SHA for ca67e4d
.github/workflows/ci.yaml
@@ -93,7 +93,7 @@ jobs:
93
94
- name: Test
95
run: |
96
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test;sjsCompilerTests/test ;configureIDE"
+ ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test;sjsCompilerTests/test ;sbt-dotty/scripted scala2-compat/* ;configureIDE"
97
./project/scripts/bootstrapCmdTests
98
99
0 commit comments