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

Local PC can run unit tests as well as on GitHub Action. #12

Merged
merged 1 commit into from
Oct 12, 2021

Conversation

koudaiii
Copy link
Member

Why

I want to use unit test on a local pc before sending a pull request.

What

Moved "make test" from GitHub Action to Makefile

@magodo
Copy link
Collaborator

magodo commented Oct 12, 2021

@koudaiii You should be able to simply run go test ./... to run the unit test. Whilst why not merge this PR 🤷 Thank you!

@magodo magodo merged commit e6ca9a0 into Azure:main Oct 12, 2021
@koudaiii
Copy link
Member Author

koudaiii commented Oct 12, 2021

@magodo Sure, I can do it. I'm sorry for the confusion.
I wanted to say that the background of this pull request is that I made it possible to run make test written in https://github.com/magodo/aztfy/pull/12/files#diff-1eb4e5fd5611777d4e597ef299a1cb5ba8050c28a2dabbd4fbc56205d69e5ddaR16.

@koudaiii koudaiii deleted the koudaiii/make-test-in-local branch October 12, 2021 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants