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

Run generate ./... and test ./... in circle #396

Merged
merged 1 commit into from
Oct 25, 2018
Merged

Conversation

vektah
Copy link
Collaborator

@vektah vektah commented Oct 25, 2018

This exclusion used to prevent go generate finding the go generate stanzas automatically added to the generated resolvers. As long as the dir is clean it isn't actually required, but running go generate a second time would error.

Unfortunately, it's now excluding some actual tests on circle (but not AppVeyor) so lets remove it and see if it is ever actually a problem.

@vektah vektah mentioned this pull request Oct 25, 2018
2 tasks
@vektah vektah merged commit 184e48c into master Oct 25, 2018
@vektah vektah deleted the remove-ci-exclusion branch October 25, 2018 23:50
cgxxv pushed a commit to cgxxv/gqlgen that referenced this pull request Mar 25, 2022
Run generate ./... and test ./... in circle
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.

1 participant