Skip to content

Commit

Permalink
Commit link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmr1993 committed Oct 17, 2023
1 parent 1c38d90 commit 4678fec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/transaction_snark/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ The recommended way to enable this cache is:
+ (inline_tests (flags -verbose -show-counts) (deps proof_cache.json))
```

For a concrete example, see commit [61afcaee844d5966331ddaee11fd8820f6dc1c8a](https://github.com/MinaProtocol/mina/commit/61afcaee844d5966331ddaee11fd8820f6dc1c8a).

Then, to update the cache for a set of tests, we can run the tests to update their contents. For example, to update the tests in `delegate`, `app_state`, `token_symbol`, `permissions`, and `voting_for`, we can run:
```bash
for DIR in ./delegate ./app_state ./token_symbol ./permissions ./voting_for; do
Expand Down

0 comments on commit 4678fec

Please sign in to comment.