diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 1710c23c7450..7c669ee4153e 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -1425,6 +1425,7 @@ pub type Migrations = ( NominationPoolsMigrationV4OldPallet, >, // Unreleased - add new migrations here: + pallet_nomination_pools::migration::v5::MigrateToV5, // FAIL-CI remove pallet_nomination_pools::migration::v5::MigrateToV5, parachains_configuration::migration::v5::MigrateToV5, ); diff --git a/scripts/ci/gitlab/pipeline/check.yml b/scripts/ci/gitlab/pipeline/check.yml index 66338ba21c84..c1bbe9b5aed4 100644 --- a/scripts/ci/gitlab/pipeline/check.yml +++ b/scripts/ci/gitlab/pipeline/check.yml @@ -58,6 +58,9 @@ check-try-runtime: - .docker-env - .test-pr-refs - .compiler-info + env: + WASMTIME_BACKTRACE_DETAILS: 1 + RUST_BACKTRACE: full script: - | export has_runtimemigration_label=$(curl -sS -H "Accept: application/vnd.github+json" \