Skip to content

Commit

Permalink
Remove Builder-E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Apr 26, 2022
1 parent 8ea8ec9 commit 26898c1
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions scripts/run-nomiclabs.sh
Expand Up @@ -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

0 comments on commit 26898c1

Please sign in to comment.