Skip to content

Commit

Permalink
Add verbosity to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
admeeer committed Oct 13, 2023
1 parent 746d286 commit b417cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit b417cfe

Please sign in to comment.