Sync public tree to d0af060
This commit is contained in:
parent
8c11db913e
commit
a77e138a24
6 changed files with 185 additions and 11 deletions
|
|
@ -26,16 +26,17 @@ node scripts/resource-metering-contract-smoke.js
|
|||
node scripts/hostile-input-contract-smoke.js
|
||||
node scripts/tenant-isolation-contract-smoke.js
|
||||
node scripts/public-story-contract-smoke.js
|
||||
|
||||
if [[ "${DISASMER_CLI_FIRST_PREPARE_PUBLIC_RELEASE:-1}" == "1" ]]; then
|
||||
node scripts/prepare-public-release-dryrun.js
|
||||
fi
|
||||
|
||||
node scripts/public-release-dryrun-contract-smoke.js
|
||||
node scripts/public-browser-login-contract-smoke.js
|
||||
node scripts/self-hosted-coordinator-smoke.js
|
||||
node scripts/public-local-demo-matrix-smoke.js
|
||||
scripts/release-source-scan.sh
|
||||
|
||||
if [[ "${DISASMER_CLI_FIRST_PREPARE_PUBLIC_RELEASE:-1}" == "1" ]]; then
|
||||
node scripts/prepare-public-release-dryrun.js
|
||||
fi
|
||||
|
||||
cargo fmt --all --check
|
||||
cargo test --workspace
|
||||
cargo build --workspace --bins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue