Skip to content

Commit

Permalink
Add check in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolosnikov committed Aug 29, 2023
1 parent 391df54 commit a2e97d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: npm run test:inheritance
- name: Check proceduraly generated contracts are up-to-date
run: npm run test:generation
- name: Check custom errors have unique names
run: npm run test:errors-uniqueness
- name: Compare gas costs
uses: ./.github/actions/gas-compare
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"version": "scripts/release/version.sh",
"test": "hardhat test",
"test:inheritance": "scripts/checks/inheritance-ordering.js artifacts/build-info/*",
"test:errors-uniqueness": "scripts/checks/custom-errors-duplication.js artifacts/build-info/*",
"test:generation": "scripts/checks/generation.sh",
"gas-report": "env ENABLE_GAS_REPORT=true npm run test",
"slither": "npm run clean && slither ."
Expand Down

0 comments on commit a2e97d5

Please sign in to comment.