Skip to content

Commit

Permalink
Activate EC in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
af-anssi committed Apr 12, 2023
1 parent a6d97a2 commit 8cf73b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_SmartPGP.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def main(rsa, ec, repeat):

if __name__ == "__main__":
try:
main(rsa=True, ec=False, repeat=200)
main(rsa=True, ec=True, repeat=200)
except OpenPGPpy.openpgp_card.ConnectionException:
print(f"[-] FAILED to find OpenPGP token")
exit(1)
Expand Down

0 comments on commit 8cf73b5

Please sign in to comment.