We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See: #6319
Any ideas?
The text was updated successfully, but these errors were encountered:
I think this is happening because your
$ make -j 1 test/unit/gotest.junit.xml \ $ && [[ ! $(jq -s -c 'map(select(.Action == "fail")) | .[] test/unit/gotest.json) ]]
is returning a 0 when it fails to parse a:
FAIL github.com/ipfs/go-ipfs/cmd/ipfs/util [build failed]
line in the test/unit/gotest.json
Sorry, something went wrong.
That looks like a go test bug
go test
golang/go#23037, we can implement a work around
magik6k
Successfully merging a pull request may close this issue.
See: #6319
Any ideas?
The text was updated successfully, but these errors were encountered: