Skip to content

Commit

Permalink
Fix a Makefile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed May 12, 2016
1 parent 6877f55 commit 316f131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -87,7 +87,7 @@ test: clean setup install_test

benchmark: clean setup
echo Running benchmarks:
go test $(PKGS) -bench=. -parallel=4 -run ^$
go test $(PKGS) -bench=. -parallel=4 -run NONE

cover_profile: clean setup
@echo Testing packages:
Expand Down

0 comments on commit 316f131

Please sign in to comment.