Shard the Appveyor tests. (#19631)

This commit is contained in:
Greg Spencer 2018-07-20 22:30:02 -07:00 committed by GitHub
parent debd50158e
commit 3bff2e4666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,8 @@
environment:
matrix:
- SHARD: tests
- SHARD: tool_tests
install:
- cmd: cd ..
- cmd: move flutter "flutter sdk"
@ -11,7 +16,4 @@ cache:
build: off
test_script:
- cmd: set SHARD=tool_tests
- cmd: bin\cache\dart-sdk\bin\dart.exe -c dev\bots\test.dart
- cmd: set SHARD=tests
- cmd: bin\cache\dart-sdk\bin\dart.exe -c dev\bots\test.dart