From 8cc81cbe3755dffd0b8fc683d823e47f01f3f708 Mon Sep 17 00:00:00 2001 From: yseto Date: Fri, 7 Jun 2024 15:04:30 +0900 Subject: [PATCH] do build a package for tests --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 06e864314..4ef203f48 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: name: Build (Linux) runs-on: ubuntu-latest needs: test - if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') +# if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') env: DEBIAN_FRONTEND: noninteractive steps: