Fixes #23, adds Tests action

This commit is contained in:
chris
2020-11-23 12:30:11 -05:00
committed by Chris Marshall
parent c1229891a6
commit df74971b73
6 changed files with 85 additions and 18 deletions

View File

@ -19,3 +19,7 @@ build:
.PHONY: buildx
buildx:
@docker buildx build . --platform=linux/amd64,linux/arm64 --progress=auto -t $(IMAGE) --push
.PHONY: test
test:
@go test -v ./internal/...