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

6 lines
68 B
Bash
Raw Normal View History

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