From da228dff7abf5ba3dfe708220ea26e1d1d6fb848 Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Sat, 8 Feb 2020 19:00:27 -0800 Subject: [PATCH] ci: switch to plain go test --- .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 5a53cf6..f1c70d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Build run: go build - name: Test - run: go test -cover -coverprofile=coverage.out + run: go test lint: runs-on: ubuntu-latest