···77 flutter analyze
8899# Test with failures only to focus on failures and hanging tests
1010-test-quiet:
1111- flutter test --reporter=failures-only --timeout=90s
1010+test-quiet *paths='':
1111+ flutter test {{ paths }} --reporter=failures-only --timeout=90s
12121313# Run all tests
1414-test:
1515- flutter test --timeout=90s
1414+test *paths='':
1515+ flutter test {{ paths }} --timeout=90s
16161717# Run code gen
1818gen: