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

Limit go test to pkg folder #659

Merged
merged 1 commit into from
Sep 2, 2019
Merged

Limit go test to pkg folder #659

merged 1 commit into from
Sep 2, 2019

Conversation

FxKu
Copy link
Member

@FxKu FxKu commented Sep 2, 2019

The kubectl-pg dependencies are currently not downloaded which leads to an error when calling go test ./.... As unit tests only live in the pkg directory at the moment we can also call go test ./pkg/....

Adding GO111MODULE=on would also solve this problem, but we can leave it to PR #544 .

@sdudoladov
Copy link
Member

👍

1 similar comment
@FxKu
Copy link
Member Author

FxKu commented Sep 2, 2019

👍

@FxKu FxKu merged commit 741694f into master Sep 2, 2019
This pull request was closed.
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.

2 participants