Skip to content

Commit

Permalink
Exit after go run.
Browse files Browse the repository at this point in the history
  • Loading branch information
Otávio Fernandes committed Mar 30, 2019
1 parent 0b1c0ab commit cbff620
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 @@ -32,7 +32,7 @@ clean-vendor:
rm -rf ./vendor > /dev/null

run:
go run -v cmd/$(APP)/* $(filter-out $@,$(MAKECMDGOALS))
go run -v cmd/$(APP)/* $(filter-out $@,$(MAKECMDGOALS)) ; exit $?

test:
go test -race -coverprofile=coverage.txt -covermode=atomic -cover -v pkg/$(APP)/*
Expand Down

0 comments on commit cbff620

Please sign in to comment.