Skip to content

Commit c867b19

Browse files
committed
fix: run integration tests on CI
1 parent ad6849a commit c867b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/horizon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "yarn lint:ts && yarn lint:sol",
1717
"clean": "rm -rf build dist cache cache_forge typechain-types",
1818
"build": "forge build --skip test && BUILD_RUN=true hardhat compile",
19-
"test": "forge test && hardhat test"
19+
"test": "forge test && hardhat test:integration --deploy-type deploy"
2020
},
2121
"devDependencies": {
2222
"@graphprotocol/contracts": "workspace:^7.0.0",

0 commit comments

Comments
 (0)