Skip to content

Commit

Permalink
Reduce verbosity for Python 2.7 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Jun 16, 2024
1 parent 963ccbb commit dd0b8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ jobs:
shell: bash
run: |
if [[ -f .separate_namespace ]]; then
python -m Cryptodome.SelfTest -v
python -m Cryptodome.SelfTest
else
python -m Crypto.SelfTest -v
python -m Crypto.SelfTest
fi
mypy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dd0b8ba

Please sign in to comment.