added foundry tests into CircleCI flow

This commit is contained in:
Noah Khamliche
2022-08-18 18:15:56 -04:00
committed by elenadimitrova
parent 98c2fdae98
commit 65b32a35f2

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",
"compile:truffle": "truffle compile",