Skip to content

Merge pull request #77 from loreum-org/chore/foundry-update #84

Merge pull request #77 from loreum-org/chore/foundry-update

Merge pull request #77 from loreum-org/chore/foundry-update #84

Workflow file for this run

name: Forge Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Checkout submodules
run: |
git config --global url."https://github.com/".insteadOf "git@github.com:"
git submodule update --init --recursive
- name: Run Forge tests
run: make ci-test