Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
Comment mac
Browse files Browse the repository at this point in the history
  • Loading branch information
martun committed Dec 11, 2023
1 parent 75cb73d commit c898160
Showing 1 changed file with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types:
- opened
- synchronize

jobs:
handle-syncwith:
name: Call Reusable SyncWith Handler
Expand All @@ -16,18 +16,14 @@ jobs:

matrix-test:
name: Linux Reusable Crypto3 Testing
strategy:
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]

uses: ${{ matrix.os_config }}

needs:
- handle-syncwith
secrets: inherit
uses: NilFoundation/ci-cd/.github/workflows/reusable-crypto3-testing-linux.yml@d2099972f92953cbdb0bb08e4793ea0e9b9231d1

secrets: inherit
with:
submodules-refs: ${{ needs.handle-syncwith.outputs.prs-refs }}

targets: |
crypto3_zk_commitment_fold_polynomial_test
crypto3_zk_commitment_fri_test
Expand All @@ -42,3 +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

0 comments on commit c898160

Please sign in to comment.