chore: Upgrade go.uber.org/zap/exp to v0.3.0 (to fix dependabot upgra… #10008
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: 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 }} |