Skip to content

Commit e903b14

Browse files
committed
Added MuirGlacier test run to the test:state:allForks command
1 parent 55f70f4 commit e903b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"docs:build": "typedoc lib",
1616
"test:vm": "node ./tests/tester --vm",
1717
"test:state": "npm run build:dist && node ./tests/tester --state --dist",
18-
"test:state:allForks": "npm run test:state -- --fork=Byzantium && npm run test:state -- --fork=Constantinople && npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul",
18+
"test:state:allForks": "npm run test:state -- --fork=Byzantium && npm run test:state -- --fork=Constantinople && npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul && npm run test:state -- --fork=MuirGlacier",
1919
"test:state:slow": "npm run test:state -- --runSkipped=slow",
2020
"test:buildIntegrity": "npm run test:state -- --test='stackOverflow'",
2121
"test:blockchain": "npm run build:dist && node --stack-size=1500 ./tests/tester --blockchain --dist",

0 commit comments

Comments
 (0)