Created
December 5, 2016 12:10
-
-
Save unakatsuo/096d02f2959d7541e093e61861b8bfc8 to your computer and use it in GitHub Desktop.
Exclude vendor/** and run "go test" on PowerShell.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go test -v $(go list ./... | Select-String -NotMatch /vendor/) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment