Commit 1b011ded authored by James Nugent's avatar James Nugent
Browse files

build: Skip running tests on /builtin/bins

This is time consuming and spams the output of Travis - to run no tests.
parent 5bf9a95f
Showing with 1 addition and 1 deletion
+1 -1
TEST?=$$(go list ./... | grep -v /vendor/)
TEST?=$$(go list ./... | grep -v '/vendor/' | grep -v '/builtin/bins/')
VETARGS?=-all
GOFMT_FILES?=$$(find . -name '*.go' | grep -v vendor)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment