Browse Source

make: disable remote tests temporarily

pull/2661/head
Fabian Reinartz 8 years ago
parent
commit
1df03d8346
  1. 4
      Makefile

4
Makefile

@ -39,11 +39,11 @@ check_license:
# TODO(fabxc): example tests temporarily removed.
test-short:
@echo ">> running short tests"
@$(GO) test $(shell $(GO) list ./... | grep -v /vendor/ | grep -v examples)
@$(GO) test -short $(shell $(GO) list ./... | grep -v /vendor/ | grep -v examples)
test:
@echo ">> running all tests"
@$(GO) test $(pkgs)
@$(GO) test $(shell $(GO) list ./... | grep -v /vendor/ | grep -v examples)
format:
@echo ">> formatting code"

Loading…
Cancel
Save