diff --git a/erigon-lib/Makefile b/erigon-lib/Makefile index 7c1460e3849..3bd2eca23a8 100644 --- a/erigon-lib/Makefile +++ b/erigon-lib/Makefile @@ -110,7 +110,7 @@ lint-deps: lintci-deps lint: lintci lint-mod-tidy test: - $(GOTEST) --count 1 -p 2 -coverprofile=coverage.out ./... + $(GOTEST) --count 1 -coverprofile=coverage.out ./... test-no-fuzz: - $(GOTEST_NOFUZZ) --count 1 -p 2 ./... + $(GOTEST_NOFUZZ) --count 1 ./... diff --git a/go.mod b/go.mod index e3aef287de0..be8789ea804 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,6 @@ require ( github.com/Giulio2002/bls v0.0.0-20241013174947-019133587795 github.com/Masterminds/sprig/v3 v3.2.3 github.com/RoaringBitmap/roaring v1.9.4 - github.com/alecthomas/atomic v0.1.0-alpha2 github.com/alecthomas/kong v0.8.1 github.com/anacrolix/sync v0.5.1 github.com/anacrolix/torrent v1.52.6-0.20231201115409-7ea994b6bbd8 @@ -107,6 +106,7 @@ require ( ) require ( + github.com/alecthomas/atomic v0.1.0-alpha2 // indirect github.com/elastic/go-freelru v0.13.0 // indirect github.com/erigontech/speedtest v0.0.2 // indirect github.com/go-ole/go-ole v1.2.6 // indirect