mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Only retry failed tests on Circle CI instead of all.
Retrying all tests is more likely to result in a different set of tests failing the second time. This change makes sure only the failed tests are retried.
This commit is contained in:
parent
995578f103
commit
f185834e9a
|
@ -41,5 +41,4 @@ compile:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- make VERBOSE=1 test ; ex1=$? ; if [ $ex1 -ne 0 ]; then sleep 60; make VERBOSE=1 test ; exit $? ; fi
|
- make VERBOSE=1 test || make VERBOSE=1 ARGS="--rerun-failed" test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user