rclone/vendor/github.com/rfjakob/eme/test.bash

6 lines
56 B
Bash

#!/bin/bash -eu
go build
go test -v "$@"
go vet -all .