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

fix(Makefile): add quicktest target
pull/432/head
Matt Butcher 9 years ago
commit 09ebdd361a

@ -43,6 +43,10 @@ clean:
.PHONY: test
test: build test-style test-unit test-flake8
.PHONY: quicktest
quicktest: test-style
go test $(GO_PKGS)
ROOTFS := rootfs
.PHONY: push

Loading…
Cancel
Save