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

Don't sign commits during automated tests #52

Merged
merged 1 commit into from
Sep 13, 2018
Merged

Conversation

nicwortel
Copy link
Contributor

@nicwortel nicwortel commented Sep 13, 2018

Some people (such as me) have the Git setting commit.gpgsign set to true, which means that all commits will automatically be signed by a GPG key. This also applies to commits made in the automated tests of this repository.

Apart from the fact that automated commits shouldn't be signed by the user running them in the first place, disabling it reduces the time it takes to run the test suite (time make check shows a decline from 18.625 seconds to 2.562 seconds).

Apart from the fact that automated commits shouldn't be signed by the user running them in the first place, this reduces the time it takes to run the test suite (`time make check` shows a decline from 18.625 seconds to 2.562 seconds).
@nicwortel nicwortel merged commit 7942170 into master Sep 13, 2018
@nicwortel nicwortel deleted the dont-sign-commits branch September 13, 2018 10:19
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