From: Laszlo Boszormenyi (GCS) Date: Sun, 28 Aug 2022 10:41:21 +0000 (+0100) Subject: run simple Go test only X-Git-Tag: archive/raspbian/0.16.0-6+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6f2280dff65bc9214abf2a2a80ddc4053b5a2a44;p=thrift.git 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 --- 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