fix(Purse): use @raw_return to skip decoding raw_call response
#34
Workflow file for this run
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 |