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

Commit 973a996

Browse files
committed
Final commit.
1 parent 0b5acbc commit 973a996

File tree

3 files changed

+51
-52
lines changed

3 files changed

+51
-52
lines changed

.github/workflows/crypto3-testing-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ jobs:
195195
do
196196
cd ${{ steps.strings.outputs.docker-workspace-path }}/build/$dir
197197
targets_str=$(find . -type f -executable | awk '{$1=$1};1' | sed '/^$/d' | tr '\n' ' ' | sed 's/\.\///' | sed 's/ $//')
198-
echo "targets_str=$targets_str" >> "$GITHUB_OUTPUT"
199198
ctest -v -j ${{ steps.strings.outputs.proc-number }} -R "(${targets_str})" || exit 0
200199
mv ./junit_results/* $custom_tests_dir
201200
done

.github/workflows/crypto3-testing-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
artifact_dir=$(cd ${{ github.workspace }}/../results_for_uploading_${{github.sha}} && pwd)
153153
echo "artifact-dir=$artifact_dir" >> "$GITHUB_OUTPUT"
154154
155-
custom_tests_dir=$artifact_dir/ubuntu-22.04/${{ matrix.cpp_compiler }}/${{ matrix.build_type }}
155+
custom_tests_dir=$artifact_dir/macos-12/${{ matrix.cpp_compiler }}/${{ matrix.build_type }}
156156
mkdir -p $custom_tests_dir
157157
158158
for dir in ${{ inputs.test-paths }}

.github/workflows/pull-request.yml

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -15,56 +15,56 @@ jobs:
1515
with:
1616
targets: |
1717
crypto3_zk_commitment_fold_polynomial_test
18-
# crypto3_zk_commitment_fri_test
19-
# crypto3_zk_commitment_lpc_test
20-
# crypto3_zk_systems_plonk_placeholder_placeholder_test
21-
# crypto3_zk_commitment_powers_of_tau_test
22-
# crypto3_zk_commitment_proof_of_knowledge_test
23-
# crypto3_zk_commitment_r1cs_gg_ppzksnark_mpc_test
24-
# crypto3_zk_math_expression_test
25-
# crypto3_zk_systems_plonk_plonk_constraint_test
26-
# marshalling_fri_commitment_test
27-
# marshalling_lpc_commitment_test
28-
# marshalling_placeholder_common_data_test
29-
# marshalling_placeholder_proof_test
30-
# marshalling_sparse_vector_test
31-
# marshalling_plonk_constraint_system_test
32-
# marshalling_r1cs_gg_ppzksnark_primary_input_test
33-
# marshalling_r1cs_gg_ppzksnark_proof_test
34-
# marshalling_r1cs_gg_ppzksnark_verification_key_test
35-
# algebra_curves_test
36-
# algebra_fields_test
37-
# algebra_hash_to_curve_test
38-
# algebra_pairing_test
39-
# math_expression_test
40-
# math_lagrange_interpolation_test
41-
# math_polynomial_test
42-
# math_polynomial_dfs_test
43-
# math_polynomial_arithmetic_test
44-
# math_polynomial_view_test
45-
# hash_blake2b_test
46-
# hash_crc_test
47-
# hash_find_group_hash_test
48-
# hash_h2c_test
49-
# hash_h2f_test
50-
# hash_keccak_test
51-
# hash_md4_test
52-
# hash_md5_test
53-
# hash_pack_test
54-
# hash_pedersen_test
55-
# hash_ripemd_test
56-
# hash_sha1_test
57-
# hash_sha2_test
58-
# hash_sha3_test
59-
# hash_sha_test
60-
# hash_static_digest_test
61-
# hash_tiger_test
62-
# hash_poseidon_test
18+
crypto3_zk_commitment_fri_test
19+
crypto3_zk_commitment_lpc_test
20+
crypto3_zk_systems_plonk_placeholder_placeholder_test
21+
crypto3_zk_commitment_powers_of_tau_test
22+
crypto3_zk_commitment_proof_of_knowledge_test
23+
crypto3_zk_commitment_r1cs_gg_ppzksnark_mpc_test
24+
crypto3_zk_math_expression_test
25+
crypto3_zk_systems_plonk_plonk_constraint_test
26+
marshalling_fri_commitment_test
27+
marshalling_lpc_commitment_test
28+
marshalling_placeholder_common_data_test
29+
marshalling_placeholder_proof_test
30+
marshalling_sparse_vector_test
31+
marshalling_plonk_constraint_system_test
32+
marshalling_r1cs_gg_ppzksnark_primary_input_test
33+
marshalling_r1cs_gg_ppzksnark_proof_test
34+
marshalling_r1cs_gg_ppzksnark_verification_key_test
35+
algebra_curves_test
36+
algebra_fields_test
37+
algebra_hash_to_curve_test
38+
algebra_pairing_test
39+
math_expression_test
40+
math_lagrange_interpolation_test
41+
math_polynomial_test
42+
math_polynomial_dfs_test
43+
math_polynomial_arithmetic_test
44+
math_polynomial_view_test
45+
hash_blake2b_test
46+
hash_crc_test
47+
hash_find_group_hash_test
48+
hash_h2c_test
49+
hash_h2f_test
50+
hash_keccak_test
51+
hash_md4_test
52+
hash_md5_test
53+
hash_pack_test
54+
hash_pedersen_test
55+
hash_ripemd_test
56+
hash_sha1_test
57+
hash_sha2_test
58+
hash_sha3_test
59+
hash_sha_test
60+
hash_static_digest_test
61+
hash_tiger_test
62+
hash_poseidon_test
6363
6464
test-paths: |
6565
libs/zk/test
66-
# libs/algebra/test
67-
# libs/hash/test
68-
# libs/math/test
69-
# libs/marshalling/zk/test
70-
66+
libs/algebra/test
67+
libs/hash/test
68+
libs/math/test
69+
libs/marshalling/zk/test
70+

0 commit comments

Comments
 (0)