added retry function to tests script
This commit is contained in:
parent
c3c599241f
commit
5348d4dccd
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