Skip to content

feat: add eas nebula resolver #15

feat: add eas nebula resolver

feat: add eas nebula resolver #15

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
with:
version: nightly
- name: Run tests
run: forge test -vvv