diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e79241860a39cc54c81206d2a4c909b4e74f817b..c1fbafde03888e665cb978cb917aabfb0cf3acbf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -338,6 +338,8 @@ test:macos: PGDATA: /usr/local/var/postgres PGHOST: localhost PGUSER: gitlab + when: always + allow_failure: true before_script: - brew uninstall go - brew install cmake go@${GO_VERSION}