[iota-indexer]: Use cargo test
in the CI
#3590
Labels
infrastructure
Issues related to the Infrastructure Team
sc-platform
Issues related to the Smart Contract Platform group.
Description
The optimizations implemented in #3492 require the use of
cargo test
to take effect.This is because
cargo test
runs all tests in a single process in contrast to the execution model used bycargo nextest
.This calls for updating the corresponding CI workflow to use
cargo test
.The text was updated successfully, but these errors were encountered: