Update test.sh

This commit is contained in:
Devon Carew 2016-03-28 16:47:45 -07:00
parent 1826fb95e6
commit f83e6395ff

View file

@ -9,7 +9,7 @@ flutter analyze --flutter-repo --no-current-directory --no-current-package --con
(cd packages/cassowary; pub run test -j1)
(cd packages/flutter; flutter test)
(cd packages/flutter_sprites; flutter test)
(cd packages/flutter_tools; pub run test -j1)
(cd packages/flutter_tools; pub run test)
# (cd packages/flutter_test; ) # No tests to run.
(cd packages/flx; pub run test -j1)
(cd packages/newton; pub run test -j1)