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
Is your feature request related to a problem? Please describe.
It is essential to Unit-Test the code during each build to ensure that, the code changes made don't break any existing features.
Describe the solution you'd like
add make test subcommand to Unit-test locally
add make test to .travis.yml to Unit-Test code in Travis build
Describe alternatives you've considered
Unit-Test code manually using go test ./... command before each git push
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It is essential to Unit-Test the code during each build to ensure that, the code changes made don't break any existing features.
Describe the solution you'd like
make test
subcommand to Unit-test locallymake test
to .travis.yml to Unit-Test code in Travis buildDescribe alternatives you've considered
Unit-Test code manually using
go test ./...
command before each git pushThe text was updated successfully, but these errors were encountered: