aries-cloudagent-python
aries-cloudagent-python copied to clipboard
Manage integration test workflows
The integration tests on PR currently take a very long time (~ 1hr). We should have a better idea about what tests have have overall, which ones need to be run on PR's and which ones instead, could possibly be run on a schedule and on releases. This would save resources and time for developers, while still catching the same amount of problems.
- Map out the tests and get feedback on the tests required for PR's.
- Adjust workflows.