Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Allow other addresses then the keyper set to broadcast eon keys #38

Allow other addresses then the keyper set to broadcast eon keys

Allow other addresses then the keyper set to broadcast eon keys #38

Workflow file for this run

on: [push]
name: test
jobs:
check:
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run tests
run: forge test -vvv
- name: Run snapshot
run: forge snapshot