File tree 4 files changed +3
-6
lines changed
4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,11 @@ jobs:
45
45
- name : Run Medusa for Internal ERC20 tests
46
46
working-directory : tests/ERC20/foundry
47
47
run : |
48
- ls out -R
49
48
medusa fuzz --target-contracts CryticERC20InternalHarness --config medusa-config.json
50
49
51
50
- name : Run Medusa for External ERC20 tests
52
51
working-directory : tests/ERC20/foundry
53
52
run : |
54
- crytic-compile . --foundry-compile-all
55
- ls out -R
56
53
medusa fuzz --target-contracts CryticERC20ExternalHarness --config medusa-config-ext.json
57
54
58
55
- name : Compile ERC4646 Foundry example
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Create the following Medusa config file:
170
170
"target": ".",
171
171
"solcVersion": "",
172
172
"exportDirectory": "",
173
- "args": []
173
+ "args": ["--foundry-compile-all" ]
174
174
}
175
175
}
176
176
}
Original file line number Diff line number Diff line change 69
69
"target" : " ." ,
70
70
"solcVersion" : " " ,
71
71
"exportDirectory" : " " ,
72
- "args" : []
72
+ "args" : [" --foundry-compile-all " ]
73
73
}
74
74
},
75
75
"logging" : {
Original file line number Diff line number Diff line change 55
55
"target" : " ." ,
56
56
"solcVersion" : " " ,
57
57
"exportDirectory" : " " ,
58
- "args" : []
58
+ "args" : [" --foundry-compile-all " ]
59
59
}
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments