Skip to content

Fixed Tests

Fixed Tests #17

Workflow file for this run

name: Contract Testing
on:
push:
branches:
- main
pull_request:
branches:
- main
# https://book.getfoundry.sh/config/continuous-integration
jobs:
check:
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run tests
run: cd contracts && forge test -vvv