Skip to content

Run tests with `--profile` on CI

Created by: casperisfine

Debugging why a CI job get stuck is particularly painful as the output doesn't contain any information whatsoever.

By enabling --verbose we ensure the last line of the CI job is the name of the test that got stuck, helping debug.

Similarly, it's hard to figure out why a particular job is slow, so enabling --profile would make it easy to spot some low hanging fruits to improve CI speed.

Edit: --verbose is a bit too much, so leaving it out for now.

Merge request reports