Commit 09ebdd36 authored by Matt Butcher's avatar Matt Butcher

Merge pull request #429 from technosophos/fix/make-quicktest

fix(Makefile): add quicktest target
parents 7601418e 354adf61
...@@ -43,6 +43,10 @@ clean: ...@@ -43,6 +43,10 @@ clean:
.PHONY: test .PHONY: test
test: build test-style test-unit test-flake8 test: build test-style test-unit test-flake8
.PHONY: quicktest
quicktest: test-style
go test $(GO_PKGS)
ROOTFS := rootfs ROOTFS := rootfs
.PHONY: push .PHONY: push
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment