Skip to content

Commit

Permalink
feat: release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhaodong.516 committed May 17, 2023
1 parent a9f57a0 commit f12471b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ clean:

test: export CGO_ENABLED=1
test: ## go tool cover -html=coverage.out
rm -rf internal/test/pb_gen
go test -coverprofile=coverage.out -count=1 ./...
cd internal/benchmark && go test -count=1 ./...
go run internal/example/main.go > /dev/null 2>&1 || exit 1
Expand Down

0 comments on commit f12471b

Please sign in to comment.