run simple Go test only
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Sun, 28 Aug 2022 10:41:21 +0000 (11:41 +0100)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Sun, 28 Aug 2022 10:41:21 +0000 (11:41 +0100)
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

index d7f9b27381cf50b7149c490c7aa4a9447df6da9f..06a5caebbc58b8b6af6bdc5565d774550b1e5533 100644 (file)
@@ -31,7 +31,7 @@ install:
        @echo '##############################################################'
 
 check-local:
-       $(GO) test -mod=mod -race ./thrift
+       $(GO) test -mod=mod ./thrift
 
 clean-local:
        $(RM) -rf pkg