Skip to content

Commit

Permalink
ciphers
Browse files Browse the repository at this point in the history
  • Loading branch information
epsilon-0 committed Apr 29, 2024
1 parent 629395a commit 76b0c59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: |
pipx install pipenv
pipenv install --dev --python ${{ steps.setup-python.outputs.python-path }}
- name: Show OpenSSL ciphers
run: |
openssl ciphers -v
- name: Run tests
run: |
pipenv run pytest -vvvv -s

0 comments on commit 76b0c59

Please sign in to comment.