Skip to content

Commit

Permalink
stop at first failure (#4322)
Browse files Browse the repository at this point in the history
  • Loading branch information
wj-Mcat authored Jan 3, 2023
1 parent f01d8eb commit 0295f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lint:
test: unit-test

unit-test:
PYTHONPATH=$(shell pwd) pytest \
PYTHONPATH=$(shell pwd) pytest -x \
-n auto --cov paddlenlp \
--cov-report xml:coverage.xml

Expand Down

0 comments on commit 0295f0d

Please sign in to comment.