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 0b6fd45 commit 7657788
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/medusa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,22 @@ jobs:
working-directory: tests/ERC20/foundry
run: forge build --build-info

- name: Compile ERC4646 Foundry example
working-directory: tests/ERC4626/foundry
run: forge build --build-info

- 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 Internal ERC20 tests
# working-directory: tests/ERC20/foundry
# run: |
# ls
# medusa fuzz --target-contracts CryticERC20InternalHarness --config medusa-config.json

- name: Run Medusa for External ERC20 tests
working-directory: tests/ERC20/foundry
run: |
ls
medusa fuzz --target-contracts CryticERC20ExternalHarness --config medusa-config-ext.json
- name: Compile ERC4646 Foundry example
working-directory: tests/ERC4626/foundry
run: forge build --build-info

- name: Run Medusa for External ERC4626 tests
working-directory: tests/ERC4626/foundry
run: |
Expand Down

0 comments on commit 7657788

Please sign in to comment.