From 3c8edade11e00f2eeea4b7bc78c47f1c5acb321d Mon Sep 17 00:00:00 2001 From: Utku Ufuk Date: Sun, 24 May 2020 01:54:27 +0300 Subject: [PATCH] fix typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09fe3a3..c6a11d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: go mod tidy && git diff --no-patch --exit-code - name: Run tests - run: got test -covermode=count -coverprofile=profile.cov ./... + run: go test -covermode=count -coverprofile=profile.cov ./... - name: Send coverage env: