Remove Builder-E2E test

experimental-options
cgewecke 3 years ago
parent 63ad6770e6
commit f84e1da33b
  1. 19
      scripts/run-nomiclabs.sh

@ -81,22 +81,3 @@ yarn run coverage
yarn run gas
verifyCoverageExists
# Install buidler-ethers
echo ""
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo "Simple buidler/buidler-ethers "
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo ""
cd ..
git clone https://github.com/sc-forks/example-buidler-ethers.git
cd example-buidler-ethers
yarn
# Install and run solidity-coverage @ PR
yarn add $PR_PATH --dev
cat package.json
npx buidler coverage
verifyCoverageExists

Loading…
Cancel
Save