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/