Skip to content

feat: implement SplitBaseV2 with bucket semantics and revenue trackin… #58

feat: implement SplitBaseV2 with bucket semantics and revenue trackin…

feat: implement SplitBaseV2 with bucket semantics and revenue trackin… #58

Workflow file for this run

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