From 13c9765c6e03af4112293d9f361ae364850da50d Mon Sep 17 00:00:00 2001 From: Yury Gargay Date: Thu, 4 Jan 2024 16:24:12 +0100 Subject: [PATCH] Allow tests --- .github/workflows/golang-test-darwin.yml | 1 + .github/workflows/golang-test-linux.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/golang-test-darwin.yml b/.github/workflows/golang-test-darwin.yml index 48ffd27e9..2995ecd0d 100644 --- a/.github/workflows/golang-test-darwin.yml +++ b/.github/workflows/golang-test-darwin.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - yury/add-postgresql-store pull_request: concurrency: diff --git a/.github/workflows/golang-test-linux.yml b/.github/workflows/golang-test-linux.yml index 61ce3e587..e03abe6bd 100644 --- a/.github/workflows/golang-test-linux.yml +++ b/.github/workflows/golang-test-linux.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - yury/add-postgresql-store pull_request: concurrency: