mirror of
https://github.com/rclone/rclone.git
synced 2025-02-09 13:13:53 +02:00
7 lines
48 B
Bash
Executable File
7 lines
48 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
go build
|
|
go test -bench=.
|