mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +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
|
||||
|
||||
cargo build --release
|
||||
./target/release/substrate --dev &
|
||||
cargo build
|
||||
./target/debug/substrate --dev &
|
||||
PID=$!
|
||||
|
||||
# Let the chain running for 60 seconds
|
||||
|
||||
Reference in New Issue
Block a user