Replies: 1 comment
-
Turns out the location of the cache was changed 2 years ago but |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Seems like when I run tests without fork CLI params but using
vm.createFork
orvm.createSelectFork
, cache is not stored after the test run terminatesAfter the test runs, running
forge cache ls
results in empty list.Q. Is this expected?
Q. Wondering if theres a way to persist the cache similar to how it does when you specify the CLI params?
Thanks all.
Beta Was this translation helpful? Give feedback.
All reactions