Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
check all generated .wasm files
  • Loading branch information
joao-paulo-parity committed Dec 16, 2022
commit 99f4634c37a32b5eb1c7e6995ae42c7788a4bdc9
2 changes: 1 addition & 1 deletion scripts/ci/gitlab/pipeline/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ check-try-runtime:
export RUST_LOG=remote-ext=debug,runtime=debug
echo "---------- Running try-runtime for ${NETWORK} ----------"
time cargo build --release --features try-runtime -p "$NETWORK"-runtime
find target -type f -path "**/runtime.wasm"
find target -type f -path "**/*.wasm"
time cargo run --release --features try-runtime try-runtime \
--runtime ./target/release/wbuild/"$NETWORK"-runtime/target/wasm32-unknown-unknown/release/runtime.wasm \
-lruntime=debug \
Expand Down