2 lines
76 B
Bash
2 lines
76 B
Bash
|
#!/usr/bin/env bash
|
||
|
cd graphql_parser && pub get && pub run test -j2 && cd..
|