From 77e72083a0d5eb9786551a3807c13105fc789a34 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Sun, 2 Feb 2020 01:25:00 +0900 Subject: [PATCH] github actions run pytest with -v option --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8c8f92252..0e8e03b5f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: - run: pipenv install working-directory: ./tests - name: run snippets - run: pipenv run pytest + run: pipenv run pytest -v working-directory: ./tests format: