Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Sep 30, 2024
1 parent 34fdf98 commit 7ca3601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GitHub Actions setup
====================

The main CI is happening in the [`ci.yml`], this is where the test are run.
The main CI is happening in the [`ci.yml`], this is where the tests are run.

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.
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.

The [`proof-params-download` Action] is a helper for downloading the pre-generated Groth16 parameters.

Expand Down

0 comments on commit 7ca3601

Please sign in to comment.