It'd be cool if all tests would be grouped behind a test feature flag "net" or something similar. I don't know a lot of rust yet, so maybe there is a better way.
Build tools like nix don't have network in the build sandbox, but still want to run all possible tests.
While I can easily disable all network tests manually like this:
It'd be cool if all tests would be grouped behind a test feature flag "net" or something similar. I don't know a lot of rust yet, so maybe there is a better way. Build tools like nix don't have network in the build sandbox, but still want to run all possible tests. While I can easily disable all network tests manually like this:
This is kinda tedious and every package update I'd have to look into if there are new tests that require network.