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

Commit

Permalink
Updated algebra, and added tests for math.
Browse files Browse the repository at this point in the history
  • Loading branch information
martun authored and nkaskov committed Aug 17, 2023
1 parent 016774b commit 1cda9a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,20 @@ jobs:
path: libs/algebra/test
- target: algebra_hash_to_curve_test
path: libs/algebra/test
- target: algebra_matrix_compile_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: |
Expand Down
2 changes: 1 addition & 1 deletion libs/algebra
Submodule algebra updated 1 files
+0 −4 test/curves.cpp

0 comments on commit 1cda9a3

Please sign in to comment.