From 29b53a5f752f89794bf5b4e5fdb6f8fec8c3acf0 Mon Sep 17 00:00:00 2001
From: Wolfgang Welz <welzwo@gmail.com>
Date: Wed, 22 Jan 2020 10:28:29 +0100
Subject: [PATCH] Do not run go vet since we use GolangCI

---
 .github/workflows/test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 35389be9..e7bc37ca 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,10 +13,10 @@ jobs:
     - name: Set up Go 1.13
       uses: actions/setup-go@v1
       with:
-        go-version: 1.13.x
+        go-version: 1.13
 
     - name: Check out code into the Go module directory
       uses: actions/checkout@v2
 
     - name: Run Tests
-      run: make test
+      run: go test ./...
-- 
GitLab