From 78bdb4f9806f7204d249dabcf7faa692ee1bb337 Mon Sep 17 00:00:00 2001 From: Qi Xiao Date: Fri, 16 Aug 2024 10:34:28 +0100 Subject: [PATCH] .cirrus.yml: Don't test with -race on OpenBSD. go test -race has never been supported on OpenBSD, but presumably previous versions of Go on OpenBSD ignored the flag rather than failing. --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 8c90a9050..902e26e22 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -43,6 +43,8 @@ test_bsd_task: image_project: pg-ci-images image: family/pg-ci-openbsd-vanilla platform: openbsd + env: + TEST_FLAG: go_toolchain_cache: fingerprint_key: $CIRRUS_OS-$GO_VERSION folder: /usr/local/go