added retry function to tests script
This commit is contained in:
parent
bd90745528
commit
33404a7772
2 changed files with 24 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
make test-unit && make test-integration
|
||||
make test-unit
|
||||
ci_retry make test-integration
|
||||
make -j${N_MAKE_JOBS} crossbinary-default-parallel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue