diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 923480015..95477737b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -18,7 +18,7 @@ jobs: name: Linux Reusable Crypto3 Testing needs: - handle-syncwith - uses: NilFoundation/ci-cd/.github/workflows/reusable-crypto3-testing-linux.yml@8e157e18feafece8f38be05f400e5b1f4cf2cacc + uses: NilFoundation/ci-cd/.github/workflows/reusable-crypto3-testing-linux.yml@217b1e0ba108844fbdf1186fe81849a0273b724e secrets: inherit with: @@ -38,26 +38,26 @@ jobs: crypto3_zk_commitment_proof_of_knowledge_test crypto3_zk_transcript_transcript_test -# matrix-test: -# name: Mac Reusable Crypto3 Testing -# needs: -# - handle-syncwith -# uses: NilFoundation/ci-cd/.github/workflows/reusable-crypto3-testing-mac.yml@2f3170f63ccad3f27333077a7e02cfd36f4d101f -# -# 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 + matrix-test: + name: Mac Reusable Crypto3 Testing + needs: + - handle-syncwith + uses: NilFoundation/ci-cd/.github/workflows/reusable-crypto3-testing-mac.yml@217b1e0ba108844fbdf1186fe81849a0273b724e + + 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