Skip to content

Commit

Permalink
fix medusa erc20 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrieco-tob committed May 29, 2024
1 parent 8911b57 commit 2dfdb56
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/medusa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,11 @@ jobs:
- name: Run Medusa for Internal ERC20 tests
working-directory: tests/ERC20/foundry
run: |
ls out -R
medusa fuzz --target-contracts CryticERC20InternalHarness --config medusa-config.json
- name: Run Medusa for External ERC20 tests
working-directory: tests/ERC20/foundry
run: |
crytic-compile . --foundry-compile-all
ls out -R
medusa fuzz --target-contracts CryticERC20ExternalHarness --config medusa-config-ext.json
- name: Compile ERC4646 Foundry example
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Create the following Medusa config file:
"target": ".",
"solcVersion": "",
"exportDirectory": "",
"args": []
"args": ["--foundry-compile-all"]
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/ERC20/foundry/medusa-config-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"target": ".",
"solcVersion": "",
"exportDirectory": "",
"args": []
"args": ["--foundry-compile-all"]
}
},
"logging": {
Expand Down
2 changes: 1 addition & 1 deletion tests/ERC4626/foundry/medusa-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"target": ".",
"solcVersion": "",
"exportDirectory": "",
"args": []
"args": ["--foundry-compile-all"]
}
}
}

0 comments on commit 2dfdb56

Please sign in to comment.