cargo-contract
cargo-contract copied to clipboard
`contract-extrinsics` `integration_tests` and `contract-build` tests can not be run in parallel, causing long CI times
Is your feature request related to a problem? Please describe. The tests mentioned in the title cannot be run in parallel, resulting in long CI times. They fail when run concurrently.
Describe the solution you'd like It should be possible to run them in parallel and reduce the CI time by up to 50%.