aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-06-12 09:32:29 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-06-12 09:32:29 -0600
commit8eaea4c150978054b01336c759357e20f7cfbf97 (patch)
tree3fd706157075ed3a0f5fd857978dc03fc1191215
parentAdd Windows support. (diff)
downloaddedo-8eaea4c150978054b01336c759357e20f7cfbf97.tar.gz
dedo-8eaea4c150978054b01336c759357e20f7cfbf97.tar.xz
Remove errcheck.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3fec2c7..cfbed51 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ build: get
@mkdir -p bin
@go build -ldflags=$(GOLDFLAGS) -a -o bin/bolt ./cmd/bolt
-test: fmt errcheck
+test: fmt
@go get github.com/stretchr/testify/assert
@echo "=== TESTS ==="
@go test -v -cover -test.run=$(TEST)