Thanks to visit codestin.com
Credit goes to github.com

Skip to content

test: Fix GPG test so it does not inherit parent parallelism #5820

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

Merged
merged 2 commits into from
Jan 23, 2023

Conversation

mafredri
Copy link
Member

Running a subtest in a parent with t.Parallel() and using t.Setenv is not allowed in Go 1.20, so we move it to a separate test function.

Running a subtest in a parent with `t.Parallel()` and using `t.Setenv`
is not allowed in Go 1.20, so we move it to a separate test function.
@mafredri mafredri self-assigned this Jan 23, 2023
Copy link
Member

@johnstcn johnstcn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beat me to it 👍

@mafredri mafredri enabled auto-merge (squash) January 23, 2023 11:02
@mafredri mafredri merged commit 6a245ab into main Jan 23, 2023
@mafredri mafredri deleted the mafredri/fix-gpg-test branch January 23, 2023 11:40
@github-actions github-actions bot locked and limited conversation to collaborators Jan 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants