From 4c24d3b808b0a00f6dc0465a86ebb96e6418afe0 Mon Sep 17 00:00:00 2001 From: Lokowitz Date: Sun, 31 Aug 2025 07:33:41 +0000 Subject: [PATCH] added build of docker image to test Former-commit-id: 82555f409b2e6066081e6c720dbb24d3b82bebad --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 52fc2a4..13dd489 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,5 +21,8 @@ jobs: - name: Build go run: go build + - name: Build Docker image + run: make build + - name: Build binaries run: make go-build-release