Skip to content

ics-29 and incentivized ack #82

ics-29 and incentivized ack

ics-29 and incentivized ack #82

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- uses: actions/setup-node@v3
with:
node-version: '18.15'
- name: Test
run: make test