added foundry tests into CircleCI flow

This commit is contained in:
Noah Khamliche
2022-08-18 18:15:56 -04:00
committed by Jacob Evans
parent bb09fd2499
commit f5635dc392

View File

@@ -31,7 +31,7 @@
"coverage:report:html": "istanbul report html && open coverage/index.html",
"profiler:report:html": "istanbul report html && open coverage/index.html",
"coverage:report:lcov": "istanbul report lcov",
"test:circleci": "yarn test",
"test:circleci": "foundryup && yarn foundry:SU && yarn test && yarn forge",
"contracts:gen": "contracts-gen generate",
"contracts:copy": "contracts-gen copy",
"lint-contracts": "#solhint -c ../.solhint.json contracts/**/**/**/**/*.sol",