Skip to content

+ refine lisUSD access management #50

+ refine lisUSD access management

+ refine lisUSD access management #50

Workflow file for this run

on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v3
with:
submodules: recursive
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install # will run `yarn install` command
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run unit tests
run: forge test -vvv