Skip to content

Commit

Permalink
Fix update-ui-tests.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Nov 5, 2023
1 parent f84b897 commit d123f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-ui-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export SKIP_WASM_BUILD=1
export TRYBUILD=overwrite

# ./substrate
$RUSTUP_RUN cargo test -p sp-runtime-interface ui
$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

0 comments on commit d123f6f

Please sign in to comment.