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
Showing
- substrate/frame/contracts/src/benchmarking/mod.rs 4 additions, 4 deletionssubstrate/frame/contracts/src/benchmarking/mod.rs
- substrate/frame/contracts/src/migration.rs 15 additions, 8 deletionssubstrate/frame/contracts/src/migration.rs
- substrate/frame/democracy/src/migrations/unlock_and_unreserve_all_funds.rs 11 additions, 2 deletions...emocracy/src/migrations/unlock_and_unreserve_all_funds.rs
- substrate/frame/elections-phragmen/src/migrations/unlock_and_unreserve_all_funds.rs 12 additions, 3 deletions...phragmen/src/migrations/unlock_and_unreserve_all_funds.rs
- substrate/frame/im-online/src/migration.rs 2 additions, 3 deletionssubstrate/frame/im-online/src/migration.rs
- substrate/frame/scheduler/src/migration.rs 1 addition, 1 deletionsubstrate/frame/scheduler/src/migration.rs
- substrate/scripts/ci/gitlab/pipeline/test.yml 1 addition, 1 deletionsubstrate/scripts/ci/gitlab/pipeline/test.yml
Please register or sign in to comment