From 6c690a6c7ce137d559c8313eccd826951d637d54 Mon Sep 17 00:00:00 2001 From: Dima Marhitych <106883655+dimkauzh@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:44:21 +0200 Subject: [PATCH] Update ci_check.yml --- .github/workflows/ci_check.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci_check.yml b/.github/workflows/ci_check.yml index 3939bd6..de98725 100644 --- a/.github/workflows/ci_check.yml +++ b/.github/workflows/ci_check.yml @@ -1,7 +1,7 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: Go +name: CI check on: push: @@ -20,8 +20,6 @@ jobs: uses: actions/setup-go@v4 with: go-version: '1.20' - - - + - name: Test - run: go test -v ./... + run: make test