mirror of
https://github.com/rclone/rclone.git
synced 2026-01-18 16:33:23 +00:00
6 lines
56 B
Bash
6 lines
56 B
Bash
#!/bin/bash -eu
|
|
|
|
go build
|
|
go test -v "$@"
|
|
go vet -all .
|