Skip to content

Commit 7657788

Browse files
test to debug
1 parent 0b6fd45 commit 7657788

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Diff for: .github/workflows/medusa.yaml

+10-9
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,22 @@ jobs:
4444
working-directory: tests/ERC20/foundry
4545
run: forge build --build-info
4646

47-
- name: Compile ERC4646 Foundry example
48-
working-directory: tests/ERC4626/foundry
49-
run: forge build --build-info
50-
51-
- name: Run Medusa for Internal ERC20 tests
52-
working-directory: tests/ERC20/foundry
53-
run: |
54-
cd tests/ERC20/foundry
55-
medusa fuzz --target-contracts CryticERC20InternalHarness --config medusa-config.json
47+
# - name: Run Medusa for Internal ERC20 tests
48+
# working-directory: tests/ERC20/foundry
49+
# run: |
50+
# ls
51+
# medusa fuzz --target-contracts CryticERC20InternalHarness --config medusa-config.json
5652

5753
- name: Run Medusa for External ERC20 tests
5854
working-directory: tests/ERC20/foundry
5955
run: |
56+
ls
6057
medusa fuzz --target-contracts CryticERC20ExternalHarness --config medusa-config-ext.json
6158
59+
- name: Compile ERC4646 Foundry example
60+
working-directory: tests/ERC4626/foundry
61+
run: forge build --build-info
62+
6263
- name: Run Medusa for External ERC4626 tests
6364
working-directory: tests/ERC4626/foundry
6465
run: |

0 commit comments

Comments
 (0)