build with distinct by default

This commit is contained in:
Matt Jaffee 2019-12-20 12:19:57 -06:00
parent 49b2029656
commit fe0f57651e
No known key found for this signature in database
GPG key ID: 08A3DFFF987B11BF

View file

@ -22,8 +22,10 @@ define LICENSE_HASH_CODE
endef
LICENSE_HASH=$(shell $(call LICENSE_HASH_CODE, pilosa.go))
PLUGINS=distinct
export GO111MODULE=on
export GOPRIVATE=github.com/molecula
export PLUGINS
# Run tests and compile Pilosa
default: test build