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.
1 parent fa930cc commit 6bc2078Copy full SHA for 6bc2078
.appveyor.yml
@@ -17,7 +17,8 @@ test_script:
17
- pwd
18
# - bash project/scripts/sbt test
19
# - bash project/scripts/cmdTests
20
- - bash project/scripts/sbt "dotty-bootstrapped/test"
+ # - bash project/scripts/sbt "dotty-bootstrapped/test"
21
+ - bash project/scripts/sbt "dotty-bootstrapped/testCompilation"
22
- bash project/scripts/bootstrapCmdTests
23
cache:
24
- C:\sbt\
0 commit comments