Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbd5d5 commit e9c576eCopy full SHA for e9c576e
foundry.toml
@@ -5,6 +5,6 @@ libs = ['lib']
5
ffi = true
6
match_path = "*/*.t.sol"
7
no_match_path = '*/_*'
8
-fs_permissions = [{ access = "read", path = "./"}]
+fs_permissions = [{ access = "read", path = "./out"}]
9
10
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
0 commit comments