feat(gnovm): add software floating point package #11396
Workflow file for this run
This file contains 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
name: GnoVM | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
paths: | |
- gnovm/** | |
- tm2/** # GnoVM has a dependency on TM2 types | |
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/..." |