Files
docker-machine/script/test

5 lines
103 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
docker build -t docker-machine .
exec docker run --rm docker-machine go test -v ./...