Skip to content

Commit

Permalink
Merge branch 'v2' into v2-kzg-verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
sifnoc committed Feb 22, 2024
2 parents ff1bba3 + 5db994f commit 8a32fe7
Show file tree
Hide file tree
Showing 30 changed files with 8,215 additions and 9,802 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ jobs:
- uses: actions/checkout@v3
- name: Install packages
uses: actions/setup-node@v3
with:
#Remove the restriction as soon as this is resolved: https://github.com/NomicFoundation/hardhat/issues/3877
node-version: "18.15"
- run: |
cd contracts
npm ci
- name: Run Tests
run: |
cd contracts
npx hardhat node & npx hardhat coverage
npx hardhat test
Loading

0 comments on commit 8a32fe7

Please sign in to comment.