With every update of a golang project in my ecosystem, I would like to know if my project still passes all tests and does not break any other project.
I would like to know if my project the way it is packaged can be build on all supported distributions and architectures.
As my ecosystem can be quite huge and contain hundreds of golang projects it gives me an oportunity to run various tests like:
For some projects I would like to run additional tests to:
This repository is for collection various tests suites, settings and configurations that can be installed and run in CI job or other environment to be able to run it without additional configuration.