Skip to content

chore: Trigger CI tests on changes to the main go.mod (#3648) #10297

chore: Trigger CI tests on changes to the main go.mod (#3648)

chore: Trigger CI tests on changes to the main go.mod (#3648) #10297

Workflow file for this run

name: TM2
on:
push:
branches:
- master
pull_request:
paths:
- tm2/**
# 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 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 }}