Skip to content

fix(Purse): use @raw_return to skip decoding raw_call response #34

fix(Purse): use @raw_return to skip decoding raw_call response

fix(Purse): use @raw_return to skip decoding raw_call response #34

Workflow file for this run

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