Skip to content

Commit b91ca37

Browse files
ci: run all tests
1 parent f56c4ca commit b91ca37

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ jobs:
1111
name: ${{ matrix.folder }} (${{ matrix.venom.name }})
1212
runs-on: ubuntu-latest
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
folder:
1617
- "tests/flashloan"
1718
- "tests/lm_callback"
1819
- "tests/controller"
1920
- "tests/price_oracles"
2021
- "tests/zaps"
21-
# - "tests/amm"
22-
# - "tests/lending"
23-
# - "tests/stableborrow"
24-
# - "tests/swap"
22+
- "tests/amm"
23+
- "tests/lending"
24+
- "tests/stableborrow"
25+
- "tests/swap"
2526
venom:
2627
- { name: "standard mode", value: false }
2728
# - { name: "venom mode", value: true }

0 commit comments

Comments
 (0)