mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
Remove --release from check_for_exit.sh (#4775)
I don't see any good reason to build with --release to test this but this step takes 8-8:30 min on the CI and I suspect we would save some time by using the debug build instead.
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
cargo build --release
|
cargo build
|
||||||
./target/release/substrate --dev &
|
./target/debug/substrate --dev &
|
||||||
PID=$!
|
PID=$!
|
||||||
|
|
||||||
# Let the chain running for 60 seconds
|
# Let the chain running for 60 seconds
|
||||||
|
|||||||
Reference in New Issue
Block a user