test: add test for PKCS1OAEP_Cipher with gmpy2 (#3760)

This commit is contained in:
Bowen Liang 2024-04-24 17:15:31 +08:00 committed by GitHub
commit a34e8cb0bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 40 additions and 0 deletions

View file

@ -57,3 +57,6 @@ jobs:
- name: Run Workflow
run: dev/pytest/pytest_workflow.sh
- name: Run Unit tests
run: dev/pytest/pytest_unit_tests.sh