Skip to content

feat: Add vm/qdoc with function comments #12044

feat: Add vm/qdoc with function comments

feat: Add vm/qdoc with function comments #12044

Workflow file for this run

name: GnoVM
on:
push:
branches:
- master
pull_request:
paths:
- gnovm/**
- tm2/** # GnoVM has a dependency on TM2 types
# We trigger the testing workflow for changes to the main go.mod,
# since this can affect test results
- go.mod
workflow_dispatch:
jobs:
main:
name: Run GnoVM suite
uses: ./.github/workflows/main_template.yml
with:
modulepath: "gnovm"
tests-extra-args: "-coverpkg=github.com/gnolang/gno/gnovm/..."
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
fmt:
name: Run gno fmt on stdlibs
uses: ./.github/workflows/gnofmt_template.yml
with:
path: "gnovm/stdlibs/..."