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 f56c4ca commit b91ca37Copy full SHA for b91ca37
.github/workflows/test.yaml
@@ -11,17 +11,18 @@ jobs:
11
name: ${{ matrix.folder }} (${{ matrix.venom.name }})
12
runs-on: ubuntu-latest
13
strategy:
14
+ fail-fast: false
15
matrix:
16
folder:
17
- "tests/flashloan"
18
- "tests/lm_callback"
19
- "tests/controller"
20
- "tests/price_oracles"
21
- "tests/zaps"
- # - "tests/amm"
22
- # - "tests/lending"
23
- # - "tests/stableborrow"
24
- # - "tests/swap"
+ - "tests/amm"
+ - "tests/lending"
+ - "tests/stableborrow"
25
+ - "tests/swap"
26
venom:
27
- { name: "standard mode", value: false }
28
# - { name: "venom mode", value: true }
0 commit comments