rclone/vendor/github.com/rfjakob/eme/test.bash
2020-06-29 14:44:57 +01:00

6 lines
56 B
Bash

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