This commit is contained in:
Braydon 2023-08-06 01:43:19 -04:00
parent f88f4a6647
commit 132f0f6c54

@ -39,7 +39,7 @@ jobs:
run: go install golang.org/x/lint/golint@latest && golint ./...
- name: vet
run: go vet
env:
CGO_ENABLED: 1
# env:
# CGO_ENABLED: 1
- name: test
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...