7 lines
49 B
Bash
7 lines
49 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
go build
|
||
|
go test -bench=.
|