Adds missing feature flags in UI Test update script (#3015)

This commit is contained in:
gupnik
2024-01-22 17:20:07 +05:30
committed by GitHub
parent 10be8a349d
commit c83ccda4a3
+1 -1
View File
@@ -37,4 +37,4 @@ export TRYBUILD=overwrite
$RUSTUP_RUN cargo test --manifest-path substrate/primitives/runtime-interface/Cargo.toml ui
$RUSTUP_RUN cargo test -p sp-api-test ui
$RUSTUP_RUN cargo test -p frame-election-provider-solution-type ui
$RUSTUP_RUN cargo test -p frame-support-test ui
$RUSTUP_RUN cargo test -p frame-support-test --features=no-metadata-docs,try-runtime,experimental ui