make test -> test-all

master
Anand Babu (AB) Periasamy 10 years ago
parent de41e465c8
commit 6fc11932ec
  1. 2
      Makefile

@ -22,6 +22,8 @@ test-all: build-all
@echo "Running Test Suites:"
@godep go test -race ./...
test: test-all
minio: build-all test-all
install: minio

Loading…
Cancel
Save