Skip to content

Changes related to creation of a modular backend in multiprecision [SyncWith: crypto3-multiprecision#70] #60

Changes related to creation of a modular backend in multiprecision [SyncWith: crypto3-multiprecision#70]

Changes related to creation of a modular backend in multiprecision [SyncWith: crypto3-multiprecision#70] #60

Workflow file for this run

name: PR Testing
on:
pull_request:
types:
- opened
- synchronize
jobs:
handle-syncwith:
name: Call Reusable SyncWith Handler
uses: NilFoundation/ci-cd/.github/workflows/[email protected]
with:
ci-cd-ref: 'v1.1.2'
secrets: inherit
matrix-test:
name: Call Reusable Crypto3 Testing
needs:
- handle-syncwith
uses: NilFoundation/ci-cd/.github/workflows/[email protected]
with:
submodules-refs: ${{ needs.handle-syncwith.outputs.prs-refs }}
secrets: inherit