diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 4d445f6209d..4f46138e54e 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -564,6 +564,7 @@ values for the purpose of fuzz testing.") (build-system go-build-system) (arguments (list + #:tests? #f ; source only package #:import-path "github.com/google/pprof" #:phases #~(modify-phases %standard-phases