sq/test.sh

5 lines
139 B
Bash
Raw Normal View History

2016-10-17 07:14:01 +03:00
#!/usr/bin/env bash
docker build -t sq-build .
docker run --rm -v "${PWD}":/go/src/github.com/neilotoole/sq sq-build bash -c "make test"