mirror of
https://github.com/rclone/rclone.git
synced 2026-01-05 10:03:17 +00:00
7 lines
48 B
Bash
Executable File
7 lines
48 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
go build
|
|
go test -bench=.
|