Update go.yml

This commit is contained in:
Lerking
2023-02-17 10:59:57 +01:00
committed by GitHub
parent 5fb910149d
commit 8e0808eba6
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- name: Run vet & lint
run: |
go vet .
go lint .
//golint .
- name: Run testing
run: cd test && go test -v