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
Copy file name to clipboardexpand all lines: .github/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
GitHub Actions setup
2
2
====================
3
3
4
-
The main CI is happening in the [`ci.yml`], this is where the test are run.
4
+
The main CI is happening in the [`ci.yml`], this is where the tests are run.
5
5
6
-
There is a separate workflow called [`proof-params-generate.yml`], that pre-generates the Groth16 parameter files needed for testing. Those parameters are stored as GitHub Artifacts, which are then downloaded by any workflow that needs them. Those artifacts are available for 90 days. Hence this job runs every to months to regenerate them, but also to have enough time in case something breaks.
6
+
There is a separate workflow called [`proof-params-generate.yml`], that pre-generates the Groth16 parameter files needed for testing. Those parameters are stored as GitHub Artifacts, which are then downloaded by any workflow that needs them. Those artifacts are available for 90 days. Hence this job runs every two months to regenerate them, but also to have enough time in case something breaks.
7
7
8
8
The [`proof-params-download` Action] is a helper for downloading the pre-generated Groth16 parameters.
0 commit comments