When pushing changes to github now, we are running all tests locally. This is starting to take some time, and we should discuss if we should look into maybe only running tests for affected/changed files locally, and then running all tests in CI.
Current workflow is:
Developer commits changes, which runs all the tests locally.
Developer pushes changes and creates a PR, which runs the build workflows, where coverage is run (runs all tests again).
When pushing changes to github now, we are running all tests locally. This is starting to take some time, and we should discuss if we should look into maybe only running tests for affected/changed files locally, and then running all tests in CI.
Current workflow is:
Developer commits changes, which runs all the tests locally.
Developer pushes changes and creates a PR, which runs the build workflows, where coverage is run (runs all tests again).