Skip to content

Commit

Permalink
use target contracts command line
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrieco-tob committed May 28, 2024
1 parent db606c1 commit f4828ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/medusa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ jobs:
- name: Run Medusa for Internal ERC20 tests
working-directory: tests/ERC20/foundry
run: |
medusa fuzz --target . --deployment-order CryticERC20InternalHarness --config medusa-config.json
medusa fuzz --target-contracts CryticERC20InternalHarness --config medusa-config.json
- name: Run Medusa for External ERC20 tests
working-directory: tests/ERC20/foundry
run: |
medusa fuzz --target . --deployment-order CryticERC20ExternalHarness --config medusa-config-ext.json
medusa fuzz --target-contracts CryticERC20ExternalHarness --config medusa-config-ext.json
- name: Run Medusa for External ERC4626 tests
working-directory: tests/ERC4626/foundry
run: |
medusa fuzz --target . --deployment-order CryticERC4626InternalHarness --config medusa-config.json
medusa fuzz --target-contracts CryticERC4626InternalHarness --config medusa-config.json
hardhat:
name: Test Hardhat examples
Expand Down Expand Up @@ -106,14 +106,14 @@ jobs:
- name: Run Medusa for Internal ERC20 tests
working-directory: tests/ERC20/hardhat
run: |
medusa fuzz --target . --deployment-order CryticERC20InternalHarness --config medusa-config.json
medusa fuzz --target-contracts CryticERC20InternalHarness --config medusa-config.json
- name: Run Medusa for External ERC20 tests
working-directory: tests/ERC20/hardhat
run: |
medusa fuzz --target . --deployment-order CryticERC20ExternalHarness --config medusa-config-ext.json
medusa fuzz --target-contracts CryticERC20ExternalHarness --config medusa-config-ext.json
- name: Run Medusa for External ERC4626 tests
working-directory: tests/ERC4626/hardhat
run: |
medusa fuzz --target . --deployment-order CryticERC4626Harness --config medusa-config.json
medusa fuzz --target-contracts CryticERC4626Harness --config medusa-config.json

0 comments on commit f4828ee

Please sign in to comment.