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

Tweak Makefile test configuration #503

Merged
merged 1 commit into from
Nov 9, 2021

Conversation

Integralist
Copy link
Collaborator

NOTE: The following error is why I removed the -i flag from make test.

➜  make test
go test -i $(go list ./... |grep -v 'vendor') || exit 1
go test: -i flag is deprecated
go test runtime/cgo: copying /Users/integralist/Library/Caches/go-build/7e/7eb8ae2d3970b1de52ae6d42d0a04a014fdad25c2f0026bce5d9ec33c67d5527-d: open /usr/local/go/pkg/darwin_amd64/runtime/cgo.a: permission denied
make: *** [test] Error 1

@Integralist Integralist requested a review from smaeda-ks November 8, 2021 15:37
@smaeda-ks
Copy link
Contributor

LGTM, thank you!

@smaeda-ks smaeda-ks merged commit 5b3d037 into main Nov 9, 2021
@smaeda-ks smaeda-ks deleted the integralist/tweak-makefile-tests branch November 9, 2021 05:18
@Integralist Integralist added the bug label Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants