We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bc6ab commit 49cae16Copy full SHA for 49cae16
.github/workflows/test.yml
@@ -31,6 +31,10 @@ jobs:
31
dir: "snekmate"
32
submodule: "lib/erc4626-tests"
33
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"
38
39
steps:
40
- name: Checkout current repository
@@ -53,8 +57,6 @@ jobs:
53
57
54
58
- name: Install Foundry
55
59
uses: foundry-rs/foundry-toolchain@v1
56
- with:
- version: nightly
60
61
- name: Install Vyper
62
run: pip install git+https://github.com/vyperlang/vyper.git@master
0 commit comments