Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels