You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If running tests on multiple packages at once, and one of them has compilation problem, you end up with:
Testing started at 4:55 PM ...
# nevercrashed.com/locationservice
locationservice/locationResource.go:96: undefined: asdf
PASS
ok nevercrashed.com/currencyservice 0.009s
FAIL nevercrashed.com/locationservice [build failed]
The UI will not report of any problem, you'll just get "tests passed" message and a green test result bar. Any way to get a visual indication that there was a problem, as well as special case of Event Log message?