diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index d3d003de3f..887792018a 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -97,6 +97,26 @@ jobs: path: libs/marshalling/zk/test - target: marshalling_r1cs_gg_ppzksnark_verification_key_test path: libs/marshalling/zk/test + - target: algebra_curves_test + path: libs/algebra/test + - target: algebra_fields_test + path: libs/algebra/test + - target: algebra_hash_to_curve_test + path: libs/algebra/test + - target: algebra_pairing_test + path: libs/algebra/test + - target: math_expression_test + path: libs/math/test + - target: math_lagrange_interpolation_test + path: libs/math/test + - target: math_polynomial_test + path: libs/math/test + - target: math_polynomial_dfs_test + path: libs/math/test + - target: math_polynomial_arithmetic_test + path: libs/math/test + - target: math_polynomial_view_test + path: libs/math/test steps: - name: Cleanup # TODO - move to scripts on runner run: | @@ -117,10 +137,10 @@ jobs: working-directory: ./build run: cmake --build . -t ${{ matrix.target }} -# - name: Run test -# working-directory: ./build -# run: | -# cd ${{ matrix.path }} -# COLOR='\033[0;33m' -# echo -e "${COLOR}${{ matrix.target }}" -# ./${{ matrix.target }} + - name: Run test + working-directory: ./build + run: | + cd ${{ matrix.path }} + COLOR='\033[0;33m' + echo -e "${COLOR}${{ matrix.target }}" + ./${{ matrix.target }} diff --git a/libs/algebra b/libs/algebra index e2a2795166..50bfd5922b 160000 --- a/libs/algebra +++ b/libs/algebra @@ -1 +1 @@ -Subproject commit e2a279516625bbd80f8d1800d72d2ee4a02efdab +Subproject commit 50bfd5922b2096751b74f043efb513ac4055a3bc diff --git a/libs/math b/libs/math index ef06bb7df5..ea181d5a31 160000 --- a/libs/math +++ b/libs/math @@ -1 +1 @@ -Subproject commit ef06bb7df5d64444b719b34a401d8a70b8b7b4db +Subproject commit ea181d5a31d58b8755028a386df8cd0223602010