Skip to content

Commit 679693e

Browse files
committed
docs: add test exclusion comment to Makefile
1 parent 27b6127 commit 679693e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ default: all
33
all: clean build
44

55
test:
6+
# maxmind excluded because it requires a database
7+
# discvx excluded because the tests take quite long and are copied from the prysm codebase
68
go test `go list ./... | grep -v maxmind | grep -v discvx`
79

810
build:

0 commit comments

Comments
 (0)