-
Notifications
You must be signed in to change notification settings - Fork 2
Description
This is really cool, thanks for writing this!
Is your feature request related to a problem? Please describe.
I'm trying to test some client software that currently work son Linux, but I'd like to support Windows. We currently use toxiproxy docker containers to run our integration tests on Linux; however, this won't work on our Github Actions-based CI for Windows, since it doesn't support Linux containers, and getting a toxiproxy windows container seems like a tall order.
Describe the solution you'd like
It would be great if we could cargo install noxious-server in our CI, since this should create a windows-compatible build, and our CI already uses Rust-based infrastructure for most everything else.
Describe alternatives you've considered
We could clone the repo in our CI and perform the build then.
Additional context
I haven't tested noxious on Windows, so I suppose I'm not totally confident that this will be a silver bullet. I'm happy to try it though.