Cleanup and documentation.
This commit is contained in:
parent
2004d6b139
commit
60a4a107ca
6 changed files with 93 additions and 151 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue