feat(Accessory): add ERC-3156 Flash Lender accessory #32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| push: # NOTE: All branches (but checks concurrency) | |
| pull_request: | |
| branches: [main] | |
| concurrency: | |
| group: ${{ github.ref }} | |
| cancel-in-progress: true | |
| name: Test | |
| jobs: | |
| functional: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: ApeWorX/github-action@v3 | |
| - run: ape compile --size | |
| - uses: foundry-rs/foundry-toolchain@v1 | |
| - run: ape test -s --gas --coverage |