Skip to content

refactor: use errors.As to detect out of gas exceptions #10990

refactor: use errors.As to detect out of gas exceptions

refactor: use errors.As to detect out of gas exceptions #10990

Workflow file for this run

name: gno.land
on:
push:
branches:
- master
workflow_dispatch:
pull_request:
jobs:
main:
name: Run Main
uses: ./.github/workflows/main_template.yml
with:
modulepath: "gno.land"
tests-extra-args: "-coverpkg=github.com/gnolang/gno/gno.land/..."
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}