Skip to content

Transfer balance from old the FlywheelRewards only if it's not the zero address #227

Transfer balance from old the FlywheelRewards only if it's not the zero address

Transfer balance from old the FlywheelRewards only if it's not the zero address #227

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
run-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-node@v2
- name: Install dev dependencies
run: npm install
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Run tests
run: forge test --no-match-contract Integration