File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 77
88LICENSE
99* .md
10+ # Exclude Go test files from Docker build context to prevent test-only code being compiled into images
11+ ** /* _test.go
12+ # Safeguard for any stray non-_test helper that could be cached/pulled in CI
13+ network /test_network.go
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ import (
1212 "github.com/ava-labs/avalanchego/utils/set"
1313 "github.com/ava-labs/avalanchego/version"
1414 "github.com/ava-labs/libevm/log"
15- evmmetrics "github.com/ava-labs/libevm/metrics" // alias to avoid name collision with local 'metrics' in this package
1615
1716 safemath "github.com/ava-labs/avalanchego/utils/math"
17+ evmmetrics "github.com/ava-labs/libevm/metrics" // alias to avoid name collision with local 'metrics' in this package
1818)
1919
2020const (
You can’t perform that action at this time.
0 commit comments