This commit is contained in:
Tobe O 2019-04-18 23:20:41 -04:00
parent 2105f93f95
commit 34e5578676

View file

@ -2,4 +2,5 @@
PWD=$(pwd)
cd "$PWD/graphql_parser" && pub get && pub run test -j2 && cd ..
cd "$PWD/graphql_schema" && pub get && pub run test -j2 && cd ..
cd "$PWD/graphql_server" && pub get && pub run test -j2 && cd ..
cd "$PWD/graphql_server" && pub get && pub run test -j2 && cd ..
cd "$PWD/data_loader" && pub get && pub run test -j2 && cd ..