From 8135a7c31ccda72d03569429b4d79fd3a059d62a Mon Sep 17 00:00:00 2001 From: Jong Wook Kim Date: Wed, 18 Jan 2023 10:30:18 -0800 Subject: [PATCH] verbose outputs from pytest --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9c3466..c5b4eec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,4 +23,4 @@ jobs: - run: echo "$CONDA/envs/test/bin" >> $GITHUB_PATH - run: pip install pytest - run: pip install . - - run: pytest -k 'not test_transcribe or test_transcribe[tiny]' + - run: pytest --durations=0 -vv -k 'not test_transcribe or test_transcribe[tiny] or test_transcribe[tiny.en]'