I'm not vendoring my dependencies, so I *have* to do this

main v0.0.4
Nick Dumas 2 years ago
parent 0b9ee701f8
commit 67d748a53f

@ -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