cedrickring / golang-action

A GitHub Action to run Go commands
Apache License 2.0
134 stars 33 forks source link

Closes #15 Ignore the output of go build for the standard test #16

Closed dougnukem closed 5 years ago

dougnukem commented 5 years ago

Closes #15

dougnukem commented 5 years ago

@cedrickring updated to add .gitignore in each test project. Also noticed some naming issues with one of the tests go.mod that I cleaned up.

I also noticed that when using /vendor and go build ./... it didn't output a binary because it was "multiple packages", but it does do that for the standard go project. I guess behavior between GOPATH/vendor projects is different.