rattler-build icon indicating copy to clipboard operation
rattler-build copied to clipboard

Implement downstream tests

Open wolfv opened this issue 2 years ago • 0 comments

We currently parse downstream tests (and serialize them) but we do not execute them.

To execute a downstream test, we need to resolve for the downstream package (with our current package as a dependency of the downstream package), and then execute the tests for that package.

If the resolving fails, then we should ignore that.

wolfv avatar Jan 05 '24 09:01 wolfv