pion / ice

A Go implementation of ICE
https://pion.ly/
MIT License
424 stars 158 forks source link

Please add Windows test runner #705

Open sirzooro opened 2 months ago

sirzooro commented 2 months ago

Tests fails on my Win10 PC, looks that Windows network stack causes issues while Linux one is fine. Please add Windows test runners to detect them too. If possible add to all modules, or at a minimum to ones which directly interacts with network like this one.

BTW, I am checking why tests fail on Windows, may open another another bug or PR later.

edaniels commented 1 month ago

@sirzooro if you wanna take a stab at adding support for them in the workflows, that would be great! We ought to be testing windows, mac, and linux at this point