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

chore: do not sign commits in tests #311

Merged
merged 1 commit into from May 3, 2023
Merged

chore: do not sign commits in tests #311

merged 1 commit into from May 3, 2023

Conversation

nlf
Copy link
Contributor

@nlf nlf commented May 3, 2023

currently running the tests creates git repos and commits using your default git configuration. for me personally, this means that i get a popup confirming the signing request for these commits since i have my git configured to always sign. this means when running tests, i get a lot of notifications. by forcibly telling git to not sign these commits, this no longer happens, and since signatures are not important for test fixtures that are being discarded anyway felt like a quick usability win here.

@nlf nlf requested a review from a team as a code owner May 3, 2023 17:06
@nlf nlf requested a review from lukekarrys May 3, 2023 17:06
@nlf nlf merged commit 25ee5b6 into main May 3, 2023
23 checks passed
@nlf nlf deleted the nlf/tweak-tests branch May 3, 2023 17:15
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