From: Laszlo Boszormenyi (GCS) Date: Tue, 13 Sep 2022 18:24:02 +0000 (+0100) Subject: run simple Go test only X-Git-Tag: archive/raspbian/0.16.0-7+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=415b9f0d7cd074a957e131bfe8c3aa2b2afd134c;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