mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
Run all tests with try-runtime feature enabled (#14396)
* Run all tests with `try-runtime` feature enabled There are some tests that are guarded behind the `try-runtime` feature which are currently not being executed. This pull requests changes this and enables the feature for the test run. * Add some docs * Rename variable
This commit is contained in:
@@ -221,7 +221,7 @@ test-linux-stable:
|
||||
--locked
|
||||
--release
|
||||
--verbose
|
||||
--features runtime-benchmarks
|
||||
--features runtime-benchmarks,try-runtime
|
||||
--manifest-path ./bin/node/cli/Cargo.toml
|
||||
--partition count:${CI_NODE_INDEX}/${CI_NODE_TOTAL}
|
||||
# we need to update cache only from one job
|
||||
|
||||
Reference in New Issue
Block a user