From 9cd1d1258370ac6514524e71ea2405f6a6fdb301 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Fri, 9 Nov 2018 01:17:59 +0100 Subject: [PATCH] Use realative path to test package --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c778e0f..96ea112 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ install: dep ensure test: - go test -v github.com/localhots/bocadillo/tests + go test -v ./tests