Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ fs_permissions = [
{ access = "read", path = "./foundry.toml" },
{ access = "read-write", path = "./src" },
# LibRainDeploySnapshotTest builds a record tree of its own under
# test/generated to drive the frozen-record walk. NOT src/generated: the
# inherited record check reads that root from contracts forge runs in
# test/generated-snapshot to drive the frozen-record walk. NOT src/generated:
# the inherited record check reads that root from contracts forge runs in
# parallel, so a fixture release there would be one they have to fail on.
{ access = "read-write", path = "./test" },
# LibRainDeploySnapshotTest points the lib writers here — the alias writer,
Expand Down
Loading
Loading