Add parsing tests (#17)

This commit is contained in:
Dave Gallant
2021-01-30 18:38:52 -05:00
committed by GitHub
parent d539a6677a
commit d3c2279555
7 changed files with 158 additions and 5 deletions

View File

@@ -5,7 +5,8 @@ build: ## Builds the binary
.PHONY: build
test: ## Run unit tests
go test -v ./...
go get github.com/rakyll/gotest@v0.0.5
gotest -v ./...
.PHONY: test
lint: ## Run lint