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

Is it expected, that Goblin doesn't output anything if all tests pass? #110

Open
Dan6erbond opened this issue Jul 14, 2022 · 2 comments
Open

Comments

@Dan6erbond
Copy link

I couldn't find anything about this in the README.md, but whenever I run my tests which all pass, Goblin actually won't output anything and I only see the standard go test output. Is this expected?

@marcosnils
Copy link
Member

are you running go test -v?

@marcosnils
Copy link
Member

if you run go test multiple times, take into account that go caches the tests if they haven't changed and does not re-executes them. So it's very likely that you're hitting this; try go clean -testcache && go test -v ./...

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

No branches or pull requests

2 participants