Skip to content

Update README.md

Update README.md #2

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
run-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Run tests
run: make test