aboutsummaryrefslogtreecommitdiff
path: root/test.bash
blob: c8f209a578caf49a1a8ac033d3fc4729a8bb24a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -eu

cd "$(dirname "$0")"

source build.bash

go test ./... $*

go tool vet -shadow=true .