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 e94881f commit 8618a38
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 @@ -116,9 +116,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 8618a38

Please sign in to comment.