Skip to content

Commit 15beef2

Browse files
authored
Fix update-ui-tests.sh (#2161)
Related #2013 Signed-off-by: Oliver Tale-Yazdi <[email protected]>
1 parent 8ba7a6a commit 15beef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-ui-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export SKIP_WASM_BUILD=1
3434
export TRYBUILD=overwrite
3535

3636
# ./substrate
37-
$RUSTUP_RUN cargo test -p sp-runtime-interface ui
37+
$RUSTUP_RUN cargo test --manifest-path substrate/primitives/runtime-interface/Cargo.toml ui
3838
$RUSTUP_RUN cargo test -p sp-api-test ui
3939
$RUSTUP_RUN cargo test -p frame-election-provider-solution-type ui
4040
$RUSTUP_RUN cargo test -p frame-support-test ui

0 commit comments

Comments
 (0)