Skip to content

tests: Compile in advance

Cargo is always trying to compile things if they are not ready yet. It caused the first test to take a lot of time, and potentially time out.

Merge request reports