Skip to content

Commit 8911b57

Browse files
test to debug
1 parent e1cc265 commit 8911b57

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/medusa.yaml

+5-7
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323

2424
- name: Install Foundry
2525
uses: foundry-rs/foundry-toolchain@v1
26-
with:
27-
version: 5be158ba6dc7c798a6f032026fe60fc01686b33b
2826

2927
- name: Go setup
3028
uses: actions/setup-go@v4
@@ -44,11 +42,11 @@ jobs:
4442
working-directory: tests/ERC20/foundry
4543
run: forge build --build-info
4644

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
45+
- name: Run Medusa for Internal ERC20 tests
46+
working-directory: tests/ERC20/foundry
47+
run: |
48+
ls out -R
49+
medusa fuzz --target-contracts CryticERC20InternalHarness --config medusa-config.json
5250
5351
- name: Run Medusa for External ERC20 tests
5452
working-directory: tests/ERC20/foundry

0 commit comments

Comments
 (0)