Skip to content

Commit

Permalink
.cirrus.yml: Don't test with -race on OpenBSD.
Browse files Browse the repository at this point in the history
go test -race has never been supported on OpenBSD, but presumably previous
versions of Go on OpenBSD ignored the flag rather than failing.
  • Loading branch information
xiaq committed Aug 16, 2024
1 parent 2364b99 commit 78bdb4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78bdb4f

Please sign in to comment.