Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update contributing guide and ui-tests scripts #1668

Merged
merged 12 commits into from
Sep 22, 2023
Prev Previous commit
Next Next commit
Update update-ui-tests.sh
  • Loading branch information
mordamax committed Sep 21, 2023
commit 6a5d5840e272a88d5ce9bf811c9543050edfdd2c
6 changes: 6 additions & 0 deletions scripts/update-ui-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ if [ "$#" -e 1 ]; then
fi
fi

# Ensure we run the ui tests
export RUN_UI_TESTS=1
# We don't need any wasm files for ui tests
export SKIP_WASM_BUILD=1
# Let trybuild overwrite the .stderr files
export TRYBUILD=overwrite

# ./substrate
$RUSTUP_RUN cargo test -p sp-runtime-interface ui
Expand Down