Skip to content

Commit 4967876

Browse files
committed
Only run command line tests on windows
1 parent 6bc2078 commit 4967876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test_script:
1818
# - bash project/scripts/sbt test
1919
# - bash project/scripts/cmdTests
2020
# - bash project/scripts/sbt "dotty-bootstrapped/test"
21-
- bash project/scripts/sbt "dotty-bootstrapped/testCompilation"
21+
# - bash project/scripts/sbt "dotty-bootstrapped/testCompilation"
2222
- bash project/scripts/bootstrapCmdTests
2323
cache:
2424
- C:\sbt\

0 commit comments

Comments
 (0)