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 f3a434e commit c0bc6abCopy full SHA for c0bc6ab
.github/workflows/test.yml
@@ -26,7 +26,11 @@ jobs:
26
- repo: "yearn/tokenized-strategy"
27
dir: "tokenized-strategy"
28
submodule: "lib/erc4626-tests"
29
- cmd: "forge test --mc VaultERC4626StdTest"
+ cmd: "forge test --mc ERC4626StdTest"
30
+ - repo: "pcaversaccio/snekmate"
31
+ dir: "snekmate"
32
+ submodule: "lib/erc4626-tests"
33
+ cmd: "forge test --mc ERC4626VaultTest"
34
35
steps:
36
- name: Checkout current repository
0 commit comments