From 415b9f0d7cd074a957e131bfe8c3aa2b2afd134c Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Tue, 13 Sep 2022 19:24:02 +0100 Subject: [PATCH] run simple Go test only Last-Update: 2022-04-01 Race testing is available on amd64, ppc64le and arm64 only. Gbp-Pq: Name no_go_race.patch --- lib/go/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/go/Makefile.am b/lib/go/Makefile.am index d7f9b27..06a5cae 100644 --- a/lib/go/Makefile.am +++ b/lib/go/Makefile.am @@ -31,7 +31,7 @@ install: @echo '##############################################################' check-local: - $(GO) test -mod=mod -race ./thrift + $(GO) test -mod=mod ./thrift clean-local: $(RM) -rf pkg -- 2.30.2