Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
dvovk committed Nov 6, 2024
1 parent 320294a commit f843088
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions erigon-lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f843088

Please sign in to comment.