1
0
Fork 0

added retry function to tests script

This commit is contained in:
Attilio Borello 2017-05-09 09:19:12 +02:00 committed by Fernandez Ludovic
parent c3c599241f
commit 5348d4dccd
2 changed files with 24 additions and 1 deletions

View file

@ -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