Add Github Actions workflow as CI #6
golang.yaml
on: pull_request
unit tests
15s
fuzz tests
57s
integration tests
56s
go vet
14s
golangci-lint
1m 16s
Annotations
5 errors and 5 warnings
go vet:
examples/basic_test.go#L9
ExampleNewConverter_NotAMethod refers to unknown field or method: NewConverter.NotAMethod
|
go vet
Process completed with exit code 1.
|
unit tests
Process completed with exit code 1.
|
golangci-lint:
integration/postgres_test.go#L61
ineffectual assignment to err (ineffassign)
|
golangci-lint
issues found
|
go vet
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
unit tests
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
integration tests
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
fuzz tests
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
golangci-lint
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|