added foundry tests into CircleCI flow
This commit is contained in:
committed by
Jacob Evans
parent
bb09fd2499
commit
f5635dc392
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user