In my venture
- go construct succeeds
- go check fails with [build failed] with only a package deal identify.
How can I see construct errors in check recordsdata on the whole? Or at the very least wherein file the error is?
As it’s, all I can do is to open all recordsdata within the package deal in hope that IDE will spotlight the error for me.
Are you able to present every command and the output? For instance:
~/P/dotconfig (essential|✔) $ go construct
~/P/dotconfig (essential|✔) $ go check
PASS
okay github.com/DeanPDX/dotconfig 0.147s
~/P/dotconfig (essential|✔) $
It depends upon your testing framework and construct system. Typically, enabling verbose logging (--verbose
or -v
flags) and configuring your CI/CD pipeline to seize construct output can assist. Are you utilizing Jest, Mocha, or one other testing framework