mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
parallelize test examples
This commit is contained in:
parent
1dc7afebf9
commit
eb638e9ff5
1 changed files with 5 additions and 1 deletions
|
@ -2,5 +2,9 @@
|
|||
|
||||
for example in */; do
|
||||
echo Testing $example...
|
||||
cd $example; cargo check; cd ..;
|
||||
cd $example
|
||||
cargo check &
|
||||
cd ..
|
||||
done
|
||||
|
||||
wait
|
||||
|
|
Loading…
Add table
Reference in a new issue