When doing regular commits, we are running just the "non heavy" test suite for all platforms in CI. Recently we had an issue with a test not passing in heavy mode, and we did not notice after a good while. This is why we should run the heavy tests at least for one platform.
As windows typically takes much longer to execute in azure, the candidate for doing this should be linux or mac.
When doing regular commits, we are running just the "non heavy" test suite for all platforms in CI. Recently we had an issue with a test not passing in heavy mode, and we did not notice after a good while. This is why we should run the heavy tests at least for one platform.
As windows typically takes much longer to execute in azure, the candidate for doing this should be linux or mac.