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
No related branches found
No related tags found
No related merge requests found
......@@ -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 ./...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment