You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2020. It is now read-only.
Add support for buildtags 💃
It will detect if there is a buildtag and add it to go test.
This is a first step but we may want to make this more composable, as
those test could be long running one (and thus we need to *buffer* the
notifications to not spam the computer with go test process
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
ram: remove required arguments 🚗
it is not actually required… the default dir is `.`, the default
command is `go test './${dir}'`.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>