Skip to content

chore(test): add case for validating parent hash #1117

chore(test): add case for validating parent hash

chore(test): add case for validating parent hash #1117

Workflow file for this run

name: Testing
on:
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: blacksmith-2vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: useblacksmith/setup-node@v5
with:
node-version: 18.x
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Test
run: CHECK_CONTRACT_SIZE=true npx hardhat test --parallel