Skip to content

Commit

Permalink
fixed tests when running outside of docker
Browse files Browse the repository at this point in the history
  • Loading branch information
odino committed Jul 11, 2019
1 parent 397b982 commit d2e13f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -10,7 +10,7 @@ bench:
test_all: bench test
test:
# The -vet=off is as YOLO as it gets
go test ./... -vet=off
CONTEXT=abs go test ./... -vet=off
test_verbose:
# this will show successful error [line:col] tests per #38
CONTEXT='abs' go test ./... -v -vet=off
Expand Down

0 comments on commit d2e13f5

Please sign in to comment.