tests are failing because of depndencies????

main
Nick Dumas 2 years ago
parent bd3f24f79a
commit 204145d66e

@ -12,7 +12,9 @@ clean-all:
rm bin/${BINARY_NAME}-windows.exe
test:
go mod tidy
go test ./...
test_coverage:
go mod tidy
go test ./... -coverprofile=coverage.out

Loading…
Cancel
Save