fixing the makefile

main v0.0.3
Nick Dumas 2 years ago
parent f939d0c7cb
commit 0b9ee701f8

@ -12,9 +12,7 @@ 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