1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-16 07:23:21 +00:00
Files
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 .