ram icon indicating copy to clipboard operation
ram copied to clipboard

Moved to GitLab: A golang opiniated continuous testing tool 🐏

Results 4 ram issues
Sort by recently updated
recently updated
newest added

See https://github.com/mattmoor/dep-notify : this could be used to all tests (cross packages) that depend on the change :angel:

- Make it possible to ignore some build tag - Make it possible to execute different "go test" command per build tag

- With guards (as "do not run the same package/tests tests twice") - Max parallelism (default to 2 or 3 ?)

I would like to be able to wait a bit more for specific tests (like end-to-end) and wait for them to success before re-running - Xmin before the changes gets...