diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8721063f4..59b890c9a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -5,7 +5,7 @@ on: types: - opened - synchronize - + jobs: handle-syncwith: name: Call Reusable SyncWith Handler @@ -14,16 +14,13 @@ jobs: ci-cd-ref: 'v1.1.3' secrets: inherit - matrix-test-linux: - name: Linux Reusable Crypto3 Testing + defaults: needs: - handle-syncwith - uses: NilFoundation/ci-cd/.github/workflows/reusable-crypto3-testing-linux.yml@6e60dd3d559308e023858b69a3f3fb89615e2b2d - secrets: inherit + with: submodules-refs: ${{ needs.handle-syncwith.outputs.prs-refs }} - targets: | crypto3_zk_commitment_fold_polynomial_test crypto3_zk_commitment_fri_test @@ -38,26 +35,14 @@ jobs: crypto3_zk_commitment_proof_of_knowledge_test crypto3_zk_transcript_transcript_test + matrix-test-linux: + name: Linux Reusable Crypto3 Testing + uses: NilFoundation/ci-cd/.github/workflows/reusable-crypto3-testing-linux.yml@fc7182ef124627695765bff8f7880c3cca9a1e34 + with: + submodules-refs: ${{ needs.handle-syncwith.outputs.prs-refs }} + matrix-test-mac: name: Mac Reusable Crypto3 Testing - needs: - - handle-syncwith - uses: NilFoundation/ci-cd/.github/workflows/reusable-crypto3-testing-mac.yml@6e60dd3d559308e023858b69a3f3fb89615e2b2d + uses: NilFoundation/ci-cd/.github/workflows/reusable-crypto3-testing-mac.yml@fc7182ef124627695765bff8f7880c3cca9a1e34 secrets: inherit - with: - submodules-refs: ${{ needs.handle-syncwith.outputs.prs-refs }} - - targets: | - crypto3_zk_commitment_fold_polynomial_test - crypto3_zk_commitment_fri_test - crypto3_zk_commitment_lpc_test - crypto3_zk_commitment_kzg_test - crypto3_zk_systems_plonk_placeholder_placeholder_test - crypto3_zk_commitment_powers_of_tau_test - crypto3_zk_commitment_proof_of_knowledge_test - crypto3_zk_commitment_r1cs_gg_ppzksnark_mpc_test - crypto3_zk_math_expression_test - crypto3_zk_systems_plonk_plonk_constraint_test - crypto3_zk_commitment_proof_of_knowledge_test - crypto3_zk_transcript_transcript_test