Skip to content

feat: added hooks "after called" for use after call and initiate events #70

feat: added hooks "after called" for use after call and initiate events

feat: added hooks "after called" for use after call and initiate events #70

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run Forge tests
run: |
forge test -vvv
id: test
env:
ETH_RPC_URL: ${{ secrets.ETH_RPC_URL }}