Cleanup and documentation.

This commit is contained in:
mikestefanello 2024-06-22 09:43:24 -04:00
parent 2004d6b139
commit 60a4a107ca
6 changed files with 93 additions and 151 deletions

View file

@ -22,7 +22,7 @@ run:
# Run all tests
.PHONY: test
test:
go test ./...
go test -count=1 -p 1 ./...
# Check for direct dependency updates
.PHONY: check-updates