diff options
author | Aaron Buchwald <[email protected]> | 2020-11-13 16:57:33 -0500 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-11-13 16:57:33 -0500 |
commit | c519b661358e185f9a9f09586cf7de1b17aa332f (patch) | |
tree | 338212af78fd63610f60b34eb5524aeacfe1d0dc /scripts/build_test.sh | |
parent | 3ac21519b323c667523034958c479d70a3af228c (diff) |
Cleanup
Diffstat (limited to 'scripts/build_test.sh')
-rwxr-xr-x | scripts/build_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_test.sh b/scripts/build_test.sh index f1870ad..46a619f 100755 --- a/scripts/build_test.sh +++ b/scripts/build_test.sh @@ -4,4 +4,4 @@ set -o errexit set -o nounset set -o pipefail -go test -race -timeout="90s" -coverprofile="coverage.out" -covermode="atomic" ./... +go test -race -timeout="90s" -coverprofile="coverage.out" -covermode="atomic" ./plugin/... |