Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mclyk committed Nov 28, 2022
1 parent 043823f commit 186d26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ try-snapshot-upgrade:

.PHONY: try-live-upgrade
try-live-upgrade:
cargo run --bin parallel --release --features try-runtime --features runtime-benchmarks -- try-runtime --chain $(CHAIN) --wasm-execution=compiled --no-spec-check-panic=true on-runtime-upgrade live --uri=$(URL)
cargo run --bin parallel --release --features try-runtime --features runtime-benchmarks -- try-runtime --chain $(CHAIN) --wasm-execution=compiled --no-spec-check-panic on-runtime-upgrade live --uri=$(URL)

.PHONY: try-heiko-live-upgrade
try-heiko-live-upgrade:
Expand Down

0 comments on commit 186d26f

Please sign in to comment.