Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
Enable only build, figure out testing later
Browse files Browse the repository at this point in the history
  • Loading branch information
rck committed Jul 28, 2017
1 parent 2f888b2 commit f1eb047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BUILD_CMD = build $(LDFLAGS)
TEST_CMD = test "./pkg/..."


all: test build
all: build

test:
$(GO) $(TEST_CMD)
Expand Down

0 comments on commit f1eb047

Please sign in to comment.