runty8 icon indicating copy to clipboard operation
runty8 copied to clipboard

Parallelise CI steps

Open jjant opened this issue 2 years ago • 0 comments

We're currently running these steps sequentially:

  • cargo build
  • cargo test
  • cargo fmt
  • cargo clippy

These could be easily parallelised to speed up CI. Feel free to use this example as a reference.

jjant avatar Nov 26 '22 11:11 jjant