Update Travis to run ALL tests
This commit is contained in:
parent
2ff531eb4f
commit
f4a3bb22d3
1 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
cd graphql_parser && pub get && pub run test -j2 && cd ..
|
||||
cd graphql_parser && pub get && pub run test -j2 && cd ..
|
||||
cd graphql_schema && pub get && pub run test -j2 && cd ..
|
||||
cd graphql_server && pub get && pub run test -j2 && cd ..
|
Loading…
Reference in a new issue