Skip to content

Deploy to BSC

Deploy to BSC #34

Workflow file for this run

name: Test CI
on: push
jobs:
build:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Install dependencies
run: forge install
- name: Run unit tests
run: forge test