Add support for eth-gas-reporter (#2501)

Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
This commit is contained in:
Hadrien Croubois
2021-02-09 01:42:35 +01:00
committed by GitHub
parent 9c1e703990
commit 1ba03b164a
4 changed files with 536 additions and 11 deletions

View File

@ -26,6 +26,11 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
- run: npm run lint
- run: npm run test
env:
FORCE_COLOR: 1
ENABLE_GAS_REPORT: 1
- name: Print gas report
run: cat gas-report.txt
coverage:
runs-on: ubuntu-latest