Skip to content
Snippets Groups Projects
Unverified Commit 29b53a5f authored by Wolfgang Welz's avatar Wolfgang Welz Committed by GitHub
Browse files

Do not run go vet since we use GolangCI

parent e0fc94a5
Branches
Tags
No related merge requests found
...@@ -13,10 +13,10 @@ jobs: ...@@ -13,10 +13,10 @@ jobs:
- name: Set up Go 1.13 - name: Set up Go 1.13
uses: actions/setup-go@v1 uses: actions/setup-go@v1
with: with:
go-version: 1.13.x go-version: 1.13
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Run Tests - name: Run Tests
run: make test run: go test ./...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment