Update go.yml

This commit is contained in:
Lerking
2023-02-17 11:00:23 +01:00
committed by GitHub
parent 8e0808eba6
commit 5f789cc9df

View File

@@ -31,7 +31,7 @@ jobs:
- name: Run vet & lint
run: |
go vet .
//golint .
# golint .
- name: Run testing
run: cd test && go test -v