Skip to content

chore: add github action for foundry tests #1

chore: add github action for foundry tests

chore: add github action for foundry tests #1

Workflow file for this run

name: contract-tests
on:
[push, pull_request]
jobs:
check:
name: Email Wallet Contracts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run tests
working-directory: packages/contracts
run: forge test -vvv
- name: Run snapshot
run: forge snapshot