github.com/prysmaticlabs/prysm@v1.4.4/tools/analyzers/README.md (about) 1 # Running analyzer unit tests 2 3 Analyzers' unit tests are ignored in bazel's build files, and therefore are not being triggered as part of the CI 4 pipeline. Because of this they should be invoked manually when writing a new analyzer or making changes to an existing 5 one. Otherwise, any issues will go unnoticed during the CI build. 6 7 The easiest way to run all unit tests for all analyzers is `go test ./tools/analyzers/...`