Changes related to creation of a modular backend in multiprecision [SyncWith: crypto3-multiprecision#70] #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Testing | |
on: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
jobs: | |
run-pull-request-actions: | |
name: Reusable Crypto3 Testing | |
uses: ./.github/workflows/pull-request-action.yml | |
secrets: inherit | |
with: | |
targets: | | |
pubkey_bls_test | |
pubkey_ecdsa_test | |
pubkey_eddsa_test | |
pubkey_secret_sharing_test |