Skip to content

fix(gnovm): track block item allocations in PrepareNewValues (#5436) #1

fix(gnovm): track block item allocations in PrepareNewValues (#5436)

fix(gnovm): track block item allocations in PrepareNewValues (#5436) #1

Workflow file for this run

# tests the "misc" directory & tools
# (not meant for miscellaneous workflows)
name: ci / misc
on:
push:
branches:
- master
pull_request:
paths:
- misc/**
workflow_dispatch:
jobs:
main:
strategy:
fail-fast: false
matrix:
# fixed list because we have some non go programs on that misc folder
program:
- autocounterd
- genproto
- genstd
- goscan
- loop
name: ${{ matrix.program }}
uses: ./.github/workflows/_ci-go.yml
with:
modulepath: misc/${{ matrix.program }}
tests-extra-args: "-coverpkg=github.com/gnolang/gno/misc/..."
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}