use-ink / ink

Polkadot's ink! to write smart contracts.
https://use.ink
Apache License 2.0
1.35k stars 430 forks source link

CI: Migrate `cargo test` to `cargo-nextest` #1474

Closed cmichi closed 1 year ago

cmichi commented 2 years ago

Motivation

cargo-nextest can be used instead of cargo test. It runs the tests as well, but is more performant. We should replace our usage of cargo test with it.

ToDo

Follow-up

In case this ticket worked out good and we don't see issues: please create a follow-up issue for cargo-contract.

cmichi commented 1 year ago

I'm closing this PR and the issue as the results are inconclusive, we might revisit after https://github.com/paritytech/ink/issues/1520.