keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
104 stars 39 forks source link

add --verbose in CI test run #254

Closed keepsimple1 closed 2 months ago

keepsimple1 commented 2 months ago

This is to help debugging issue #253 .

I cannot figure out yet how to get a stack trace when the problematic unit test stuck. This patch is trying to see if --verbose will help or not.

Also fixed a formatting issue in one of the comments.