Phault / proto-toml-plugins

A collection of plugins for proto.
MIT License
2 stars 1 forks source link

Plugins should be selectively tested on OS & archs according to what they support #5

Open Phault opened 6 months ago

Phault commented 6 months ago

Currently hyperfine is not tested in CI due to lack of aarch64 builds for macOS. Similarly some tools e.g. https://github.com/Bearer/bearer does not support some OS's.

Nevertheless, they should be still be tested on the platforms they do support.

I imagine the .prototools should be dynamically created for each runner, according to some metadata stored for each plugin.