Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created August 21, 2017 10:34
Show Gist options
  • Save ntakouris/e0b9df5959b81dacf99924b6e6701f52 to your computer and use it in GitHub Desktop.
Save ntakouris/e0b9df5959b81dacf99924b6e6701f52 to your computer and use it in GitHub Desktop.
stage('Test'){
echo 'Testing, Linting, Vetting, Race Condition Detection'
sh 'go tool vet $GOPATH/src'
sh 'golint $GOPATH/src'
sh 'go test -race -cover'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment