From 8b8b55d25c82757d71e36346c1ff1b90e46f52ea Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Sun, 8 May 2022 13:59:21 +0300 Subject: [PATCH] ci: add test environment --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 596e7a4..3c5d310 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,6 +7,7 @@ jobs: test: name: Test runs-on: ubuntu-latest + environment: test steps: - uses: actions/setup-go@v3 with: