Skip to content

Commit

Permalink
fixed testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbonnell committed Jun 5, 2020
1 parent 6d13bfc commit a34ff48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ GOOGLE_PROJECT_ID=spatiumsocialis
all: deps test build
# TODO: Clean this mess up
test:
$(GOTEST) -coverprofile=coverage.out ./$(package)... $(ARGS)
go tool cover -html=coverage.out
$(GOTEST) -coverprofile=/tmp/coverage.out ./$(package)... $(ARGS)
go tool cover -html=/tmp/coverage.out
.PHONY: test
build-token:
$(GOBUILD) -o ./tools/tokengen/cmd/tokengen/tokengen.out ./tools/tokengen/cmd/tokengen
Expand Down

0 comments on commit a34ff48

Please sign in to comment.