Skip to content

collecting nonceChanges and codeChanges only when the tracer is enabled #32

collecting nonceChanges and codeChanges only when the tracer is enabled

collecting nonceChanges and codeChanges only when the tracer is enabled #32

Workflow file for this run

name: Build
on:
pull_request:
branches:
- develop
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.21
check-latest: true
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- run: |
make build
if: env.GIT_DIFF