This PR addresses the issue of our CI being very slow at the moments. It adds some simple rules to only run the tests for backends that are being changed in a particular branch.
Implementation Details :construction:
It does this by adding a changed pytest-marker dynamically through git-python.
Goals :soccer:
This PR addresses the issue of our CI being very slow at the moments. It adds some simple rules to only run the tests for backends that are being changed in a particular branch.
Implementation Details :construction:
It does this by adding a
changed
pytest-marker dynamically through git-python.