From: Laszlo Boszormenyi (GCS) Date: Tue, 19 Apr 2022 15:08:21 +0000 (+0100) Subject: run simple Go test only X-Git-Tag: archive/raspbian/0.16.0-3+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=602ba61d24f7dbc96fc6e2de2e0bb3c877f41748;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