Skip to content

Commit

Permalink
Use matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
martun committed Dec 11, 2023
1 parent 68fe77e commit 32287c8
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,20 @@ jobs:
matrix:
os_config: [NilFoundation/ci-cd/.github/workflows/reusable-crypto3-testing-linux.yml@fc7182ef124627695765bff8f7880c3cca9a1e34, NilFoundation/ci-cd/.github/workflows/reusable-crypto3-testing-mac.yml@fc7182ef124627695765bff8f7880c3cca9a1e34]
steps:
uses: ${{ matrix.os_config }}

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
- uses: ${{ matrix.os_config }}
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

0 comments on commit 32287c8

Please sign in to comment.