mirror of
https://github.com/neilotoole/sq.git
synced 2024-11-28 21:11:48 +03:00
5 lines
139 B
Bash
5 lines
139 B
Bash
|
#!/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"
|