Skip to content

Stop using dbg images for integration tests to optimise

Roland C. Dowdeswell requested to merge no-dbg-for-integration-tests into main

When developing, I just noticed that the debugging images are much slower. This MR changes the integration tests to stop using the debug images which in my latest test makes the tests run in 35% less time. If the tests fail, one can always run manually against the debug images if necessary.

Merge request reports