From 8590fa68dbf334c70be86a127563cce536f5608f Mon Sep 17 00:00:00 2001 From: Artem Linetskiy Date: Mon, 2 Dec 2024 10:38:15 +0100 Subject: [PATCH] test: --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff4297c35..0598f254d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,8 @@ jobs: steps: - name: Go version used to build builder run: go version + - name: Go env check + run: go env - name: Checkout coreum uses: actions/checkout@v4 with: