Skip to content

Commit

Permalink
test to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrieco-tob committed May 29, 2024
1 parent 05308f8 commit 0b6fd45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/medusa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Run Medusa for Internal ERC20 tests
working-directory: tests/ERC20/foundry
run: |
cd tests/ERC20/foundry
medusa fuzz --target-contracts CryticERC20InternalHarness --config medusa-config.json
- name: Run Medusa for External ERC20 tests
Expand Down
2 changes: 1 addition & 1 deletion tests/ERC20/foundry/medusa-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"transactionGasLimit": 12500000,
"testing": {
"stopOnFailedTest": true,
"stopOnFailedContractMatching": false,
"stopOnFailedContractMatching": true,
"stopOnNoTests": true,
"testAllContracts": false,
"traceAll": false,
Expand Down

0 comments on commit 0b6fd45

Please sign in to comment.