Skip to content

Commit

Permalink
count 1
Browse files Browse the repository at this point in the history
  • Loading branch information
catatsuy committed Feb 20, 2021
1 parent 80fbbb8 commit fe90587
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 @@ -14,7 +14,7 @@ bin/output: cmd/output/main.go

.PHONY: test
test:
go test -cover -count 10 ./...
go test -cover -count 1 ./...

.PHONY: vet
vet:
Expand Down

0 comments on commit fe90587

Please sign in to comment.