Skip to content

test(gnovm): move tests in values_conversions_test.go to filetests (#… #10158

test(gnovm): move tests in values_conversions_test.go to filetests (#…

test(gnovm): move tests in values_conversions_test.go to filetests (#… #10158

Workflow file for this run

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