Skip to content

Commit 2dfdb56

Browse files
fix medusa erc20 tests
1 parent 8911b57 commit 2dfdb56

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/workflows/medusa.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,11 @@ jobs:
4545
- name: Run Medusa for Internal ERC20 tests
4646
working-directory: tests/ERC20/foundry
4747
run: |
48-
ls out -R
4948
medusa fuzz --target-contracts CryticERC20InternalHarness --config medusa-config.json
5049
5150
- name: Run Medusa for External ERC20 tests
5251
working-directory: tests/ERC20/foundry
5352
run: |
54-
crytic-compile . --foundry-compile-all
55-
ls out -R
5653
medusa fuzz --target-contracts CryticERC20ExternalHarness --config medusa-config-ext.json
5754
5855
- name: Compile ERC4646 Foundry example

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Create the following Medusa config file:
170170
"target": ".",
171171
"solcVersion": "",
172172
"exportDirectory": "",
173-
"args": []
173+
"args": ["--foundry-compile-all"]
174174
}
175175
}
176176
}

tests/ERC20/foundry/medusa-config-ext.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"target": ".",
7070
"solcVersion": "",
7171
"exportDirectory": "",
72-
"args": []
72+
"args": ["--foundry-compile-all"]
7373
}
7474
},
7575
"logging": {

tests/ERC4626/foundry/medusa-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"target": ".",
5656
"solcVersion": "",
5757
"exportDirectory": "",
58-
"args": []
58+
"args": ["--foundry-compile-all"]
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)