will this fix?

This commit is contained in:
Braydon 2023-08-06 01:42:29 -04:00
parent 0134881239
commit f88f4a6647

@ -7,7 +7,6 @@ env:
GOPROXY: https://goproxy.io,direct
GOPATH: /home/rootless/go_path
GOCACHE: /home/rootless/go_cache
CGO_ENABLED: 1
jobs:
lint:
@ -40,5 +39,7 @@ jobs:
run: go install golang.org/x/lint/golint@latest && golint ./...
- name: vet
run: go vet
env:
CGO_ENABLED: 1
- name: test
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...