Skip to content

create WorldIDIdentityManagerImplV2 to add support for deleteIdentities #304

create WorldIDIdentityManagerImplV2 to add support for deleteIdentities

create WorldIDIdentityManagerImplV2 to add support for deleteIdentities #304

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Unit Tests
jobs:
tests:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
- uses: actions/setup-node@v2
with:
node-version: '17'
cache: 'npm'
- name: Install Dependencies
run: make install
- name: Build Contracts
run: make build
- name: Run Tests
run: make test
- name: Run Benchmarks
run: |
make bench
make snapshot