runty8
runty8 copied to clipboard
Parallelise CI steps
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.