diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a85e86e3..e50bc4bb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -182,4 +182,4 @@ jobs: export DOCKER_DEVICES=${{ needs.build-and-push.outputs.docker_devices }} export HF_TOKEN=${{ secrets.HF_TOKEN }} echo $DOCKER_IMAGE - pytest -s -vv integration-tests ${PYTEST_FLAGS} + pytest -x -s -vv integration-tests ${PYTEST_FLAGS}