Skip to content

Commit

Permalink
fixing test command
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Sep 25, 2018
1 parent e758895 commit f1dab5c
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 @@ -44,7 +44,7 @@ check:
.PHONY: check

test: dependencies ## Run unit tests
@go test -v -cover -p=1 #${PKGS}
@go test -v -cover -p=1 -args -f example.toml #${PKGS}
.PHONY: test

cross: dependencies ## Create binaries for all OSs
Expand Down

0 comments on commit f1dab5c

Please sign in to comment.