mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-29 18:08:56 -06:00
Refactor example test (#289)
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
set -ex
|
||||
|
||||
cargo build
|
||||
cd $(dirname $0)
|
||||
|
||||
for cargo_file in */Cargo.toml; do
|
||||
target/debug/$(dirname $cargo_file) &
|
||||
cargo run --bin $(dirname $cargo_file) &
|
||||
pid=$!
|
||||
sleep 20
|
||||
kill $pid
|
||||
|
||||
Reference in New Issue
Block a user