Skip to content

Commit 6bc2078

Browse files
committed
Only run bootstrapped compilation tests on windows
1 parent fa930cc commit 6bc2078

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ test_script:
1717
- pwd
1818
# - bash project/scripts/sbt test
1919
# - bash project/scripts/cmdTests
20-
- bash project/scripts/sbt "dotty-bootstrapped/test"
20+
# - bash project/scripts/sbt "dotty-bootstrapped/test"
21+
- bash project/scripts/sbt "dotty-bootstrapped/testCompilation"
2122
- bash project/scripts/bootstrapCmdTests
2223
cache:
2324
- C:\sbt\

0 commit comments

Comments
 (0)