mirror of
https://github.com/rclone/rclone.git
synced 2026-01-01 16:13:35 +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=.
|