From 7c3051f8551c0dc53052b69802a6ca2adfa1137e Mon Sep 17 00:00:00 2001 From: Moch Lutfi Date: Fri, 28 Feb 2020 23:14:38 +0700 Subject: [PATCH] build: fix test command --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index aec41d0..e0ce058 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -18,7 +18,7 @@ jobs: - name: Get dependencies run: go get -t -v - name: Run test - run: go test -test.v -test.coverprofile=coverage.out -test.covermode=count + run: go test ./... -test.v -test.coverprofile=coverage.out -test.covermode=count - name: Publish coverage if: matrix.os == 'ubuntu-latest' env: