Skip to content

Commit

Permalink
fixed bench command outside of docker / travis
Browse files Browse the repository at this point in the history
  • Loading branch information
odino committed Jul 18, 2019
1 parent 1cf2280 commit 22d3447
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 @@ -6,7 +6,7 @@ fmt:
build:
docker build -t abs .
bench:
go test ./... -bench=.
CONTEXT='abs' go test ./... -bench=.
test_all: bench test
test:
# The -vet=off is as YOLO as it gets
Expand Down

0 comments on commit 22d3447

Please sign in to comment.