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:
Cecile Tonglet
2020-01-30 09:54:10 +01:00
committed by GitHub
parent fd03f4e950
commit 506f9c29d9
+2 -2
View File
@@ -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