Skip to content

Commit

Permalink
verbose pytest and mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi committed Nov 22, 2023
1 parent 17c47e7 commit 1d1a763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ContinuousTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Static Type Check
run: |
mypy pyssp
mypy pyssp --verbose
- name: Test
run: |
Expand Down

0 comments on commit 1d1a763

Please sign in to comment.