blob: 37acd8e1ba48a47569750d9a82a10cf6f6700af1 [file] [log] [blame]
sdk:
- pubspec
- dev
stages:
- analyze_and_format:
- analyze: --fatal-infos .
- format:
sdk:
- dev
- unit_test:
# Some tests write to test/package_under_test, so limit concurrency.
- test: --test-randomize-ordering-seed=random --concurrency=1
os:
- linux
- windows