Skip to content

Commit e4e7a6d

Browse files
committed
fix
1 parent 8af22af commit e4e7a6d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
dir: "openzeppelin-contracts"
2020
submodule: "lib/erc4626-tests"
2121
cmd: "forge test --mc ERC4626StdTest"
22+
- repo: "morpho-org/metamorpho"
23+
dir: "metamorpho"
24+
submodule: "lib/erc4626-tests"
25+
cmd: "forge test --mc ERC4626ComplianceTest"
2226
- repo: "yearn/yearn-vaults-v3"
2327
dir: "yearn-vaults-v3"
2428
submodule: "lib/erc4626-tests"
@@ -48,6 +52,9 @@ jobs:
4852
with:
4953
version: nightly
5054

55+
- name: Install Vyper
56+
run: pip install vyper==0.3.7
57+
5158
- name: Run tests
5259
working-directory: ${{ matrix.project.dir }}
5360
run: |

0 commit comments

Comments
 (0)