You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workflow file is becoming long as we add more connections into Mopro, making it harder to maintain and increasing the total execution time.
Details
Currently, there is a single workflow file, build-and-test.yml.
One of the longest-running jobs is test-e2e/halo2, which alone takes more than 14 minutes.
Acceptance criteria
Split the single workflow file into multiple files to improve maintainability.
Optimize the total workflow execution time, ensuring the most time-consuming tests are limited to either uniffi_foreign_language_testcase_test_halo2_keccak256_swift or uniffi_foreign_language_testcase_test_halo2_keccak256_kt.
The text was updated successfully, but these errors were encountered:
Problem
The workflow file is becoming long as we add more connections into Mopro, making it harder to maintain and increasing the total execution time.
Details
Currently, there is a single workflow file,
build-and-test.yml
.One of the longest-running jobs is
test-e2e/halo2
, which alone takes more than 14 minutes.Acceptance criteria
uniffi_foreign_language_testcase_test_halo2_keccak256_swift
oruniffi_foreign_language_testcase_test_halo2_keccak256_kt
.The text was updated successfully, but these errors were encountered: