Skip to content

Create .env

Create .env #3

Workflow file for this run

on: [push, pull_request]
name: test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-node@v2
- run: yarn
- uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- run: forge test