Skip to content

build: implement integration test for zksync contracts #333

build: implement integration test for zksync contracts

build: implement integration test for zksync contracts #333

Workflow file for this run

name: ETH PaymentRegistry Tests
on:
push:
branches:
- main
- develop
pull_request:
types: [opened, synchronize, reopened]
jobs:
test-ETH:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run tests
run: make ethereum-test