Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit-Test code in Travis #144

Closed
codenio opened this issue Aug 8, 2019 · 0 comments · Fixed by #145
Closed

Unit-Test code in Travis #144

codenio opened this issue Aug 8, 2019 · 0 comments · Fixed by #145
Labels
enhancement New feature or request
Milestone

Comments

@codenio
Copy link
Contributor

codenio commented Aug 8, 2019

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

@codenio codenio added the enhancement New feature or request label Aug 8, 2019
@sanketsudake sanketsudake added this to the v0.9.0 milestone Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants