Skip to content

Commit

Permalink
pytest --maxfail=3 (PaddlePaddle#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
gglin001 authored Nov 29, 2021
1 parent 2d54335 commit 51dad42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/scripts/ipu/github_action/action_build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ python -c "import paddle; print(paddle.__file__)"

# run unittests
cd /paddle_build/python
pytest paddle/fluid/tests/unittests/ipu/
pytest --maxfail=3 paddle/fluid/tests/unittests/ipu/

0 comments on commit 51dad42

Please sign in to comment.