Skip to content

Commit

Permalink
add verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Oct 30, 2023
1 parent f8d2a31 commit b7a71aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
# popd
# download data to shared test data
if [ ! -d "tests/data" ]; then git clone https://github.com/clearbluejar/ghidriff-test-data.git tests/data; fi
pytest -rA
pytest -rAv
shell: bash

0 comments on commit b7a71aa

Please sign in to comment.