Skip to content

Instantly share code, notes, and snippets.

@josh-padnick
Created April 1, 2016 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josh-padnick/29b28b530cbc32dd5313940030d798b6 to your computer and use it in GitHub Desktop.
Save josh-padnick/29b28b530cbc32dd5313940030d798b6 to your computer and use it in GitHub Desktop.
go test all but vendor directory
go test $(go list ./... | grep -v /vendor/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment