unit tests

Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
Casey Lee
2020-02-10 15:27:05 -08:00
parent be75ee20b1
commit 0582306861
466 changed files with 94683 additions and 62526 deletions

View File

@@ -21,7 +21,7 @@ test:
go test -cover -short ./...
check:
$(ACT) -ra check
$(ACT) -rj ci
build: check
$(eval export SNAPSHOT_VERSION=$(VERSION))
@@ -56,4 +56,4 @@ endif
vendor:
go mod vendor
.PHONY: vendor
.PHONY: vendor