Re-enable node-cli tests in CI and fix them (#14093)

With the recent change of re-running flaky tests this should be fine!
This commit is contained in:
Bastian Köcher
2023-05-08 16:19:38 +02:00
committed by GitHub
parent be56fd3f53
commit a8cd277d1c
2 changed files with 1 additions and 3 deletions
@@ -216,7 +216,6 @@ test-linux-stable:
- rusty-cachier snapshot create
# this job runs all tests in former runtime-benchmarks, frame-staking and wasmtime tests
# tests are partitioned by nextest and executed in parallel on $CI_NODE_TOTAL runners
# node-cli is excluded until https://github.com/paritytech/substrate/issues/11321 fixed
- echo "Node index - ${CI_NODE_INDEX}. Total amount - ${CI_NODE_TOTAL}"
- time cargo nextest run --workspace
--locked
@@ -224,7 +223,6 @@ test-linux-stable:
--verbose
--features runtime-benchmarks
--manifest-path ./bin/node/cli/Cargo.toml
--exclude node-cli
--partition count:${CI_NODE_INDEX}/${CI_NODE_TOTAL}
# we need to update cache only from one job
- if [ ${CI_NODE_INDEX} == 1 ]; then rusty-cachier cache upload; fi