Fixed spacing between targets

This commit is contained in:
James Mills 2018-05-14 02:31:49 -07:00
parent 81e35b8e18
commit 9d131ac06f
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -39,6 +39,7 @@ image:
profile:
@go test -cpuprofile cpu.prof -memprofile mem.prof -v -bench=. $(TEST_ARGS)
bench:
@go test -v -bench=. $(TEST_ARGS)