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

Add Makefile targets to run CI tests locally #978

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

patgmiller
Copy link

@patgmiller patgmiller commented Dec 21, 2023

New MR to replace #902 b/c rewriting history didn't fix test message failures.

See issue #897 and discussion #892 for background. Basically add ability to run make test and make test-coverage locally using docker containers.

Added make targets:

  • test-go: This will run the test-coverage for related GO_VERSION environment variable.
  • test-git: This will build git distribution for GIT_VERSION environment variable and then run make test against it.
  • test-env: ran by test-go and test-git to build required environment setup.

@pjbgf I will apply the remaining changes here, thanks.

@patgmiller
Copy link
Author

@pjbgf see link to previous question about using new make targets in automated testing.

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

1 participant