From b417cfed8618bbcbdf5d7b87110912a080ed1061 Mon Sep 17 00:00:00 2001 From: admeeer Date: Fri, 13 Oct 2023 10:32:20 -0700 Subject: [PATCH] Add verbosity to pytest --- .github/workflows/manual_build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual_build_and_test.yml b/.github/workflows/manual_build_and_test.yml index 8175ba8..86582bd 100644 --- a/.github/workflows/manual_build_and_test.yml +++ b/.github/workflows/manual_build_and_test.yml @@ -21,4 +21,4 @@ jobs: # A job is a set of steps that execute on the same runner, a small remote pip3 install pytest - name: test # Define a step, 'test', that runs our testing framework run: | # Run these bash commands - pytest tests/ + pytest -v tests/