Skip to content

Commit

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

Please sign in to comment.