From 60e50b2332716e332dcaba57b85ec5f83faf2404 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Mon, 23 Sep 2024 14:35:56 +0200 Subject: [PATCH] fix ui tests again Signed-off-by: Oliver Tale-Yazdi --- scripts/update-ui-tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/update-ui-tests.sh b/scripts/update-ui-tests.sh index 21a1076a8865..c25b22fa7f75 100755 --- a/scripts/update-ui-tests.sh +++ b/scripts/update-ui-tests.sh @@ -41,4 +41,3 @@ $RUSTUP_RUN cargo test -q --locked -p sp-api-test ui $RUSTUP_RUN cargo test -q --locked -p frame-election-provider-solution-type ui $RUSTUP_RUN cargo test -q --locked -p frame-support-test --features=no-metadata-docs,try-runtime,experimental ui $RUSTUP_RUN cargo test -q --locked -p xcm-procedural ui -$RUSTUP_RUN cargo test -q --locked --manifest-path substrate/primitives/runtime-interface/Cargo.toml