From eb3f966847fdfaafb293b0fe4510931aa67b2d87 Mon Sep 17 00:00:00 2001 From: Benjamin Bollen <ben@monax.io> Date: Sat, 28 Jan 2017 21:44:04 +0100 Subject: [PATCH] make: add integrations tag to test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d49145a3..1377b03d 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ build_race_keys: # test eris-db .PHONY: test test: build - @go test ${PACKAGES_NOVENDOR} + @go test ${PACKAGES_NOVENDOR} -tags integration # test eris-db with checks for race conditions .PHONY: test_race -- GitLab