Skip to content

Commit be2dfc7

Browse files
committed
Fix test
1 parent 979804d commit be2dfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: "22"
1616
cache: "npm"
1717
- run: npm ci
18-
- run: node scripts/generateAMPSkips.js 1 5 10 24
18+
- run: node scripts/generateAMPSkips.js 1 5 10 24 40
1919
- run: npx hardhat compile
2020
- run: npx hardhat size-contracts
2121
- run: npm run solhint

0 commit comments

Comments
 (0)