We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba7a6a commit 15beef2Copy full SHA for 15beef2
scripts/update-ui-tests.sh
@@ -34,7 +34,7 @@ export SKIP_WASM_BUILD=1
34
export TRYBUILD=overwrite
35
36
# ./substrate
37
-$RUSTUP_RUN cargo test -p sp-runtime-interface ui
+$RUSTUP_RUN cargo test --manifest-path substrate/primitives/runtime-interface/Cargo.toml ui
38
$RUSTUP_RUN cargo test -p sp-api-test ui
39
$RUSTUP_RUN cargo test -p frame-election-provider-solution-type ui
40
$RUSTUP_RUN cargo test -p frame-support-test ui
0 commit comments