Skip to content

Commit 49cae16

Browse files
committed
add aave-umbrella
1 parent c0bc6ab commit 49cae16

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
dir: "snekmate"
3232
submodule: "lib/erc4626-tests"
3333
cmd: "forge test --mc ERC4626VaultTest"
34+
- repo: "aave-dao/aave-umbrella"
35+
dir: "aave-umbrella"
36+
submodule: "lib/erc4626-tests"
37+
cmd: "forge test --mc ERC4626StdTest"
3438

3539
steps:
3640
- name: Checkout current repository
@@ -53,8 +57,6 @@ jobs:
5357
5458
- name: Install Foundry
5559
uses: foundry-rs/foundry-toolchain@v1
56-
with:
57-
version: nightly
5860

5961
- name: Install Vyper
6062
run: pip install git+https://github.com/vyperlang/vyper.git@master

0 commit comments

Comments
 (0)