Skip to content

Commit

Permalink
Verbose unittest.
Browse files Browse the repository at this point in the history
I have a feeling tests that shouldn't be getting skipped are getting skipped
  • Loading branch information
Mandera committed Jun 2, 2023
1 parent c053034 commit 51398a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- name: Run unittests
run: |
cd repos/generalimport/generalimport/test
python -m unittest discover
python -m unittest discover -v

0 comments on commit 51398a5

Please sign in to comment.