Skip to content

Commit 2b557e2

Browse files
authored
[CI] Enable test with re-try. (#8590)
1 parent 525eef7 commit 2b557e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ test: unit-test
3737
unit-test:
3838
PYTHONPATH=$(shell pwd) pytest -v \
3939
-n auto \
40+
--retries 1 --retry-delay 1 \
4041
--durations 20 \
4142
--cov paddlenlp \
4243
--cov-report xml:coverage.xml

0 commit comments

Comments
 (0)