4 lines
No EOL
90 B
Bash
4 lines
No EOL
90 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
set -x
|
|
cd graphql_parser && pub get && pub run test -j2 && cd.. |