Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
ci: add test coverage (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
huyngopt1994 authored Jan 12, 2024
1 parent 95e3707 commit 47000d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
with:
go-version: '1.20'

- name: 'Go Test'
- name: 'Go Test- Test Coverage'
run: make test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ios:
@echo "Import \"$(GOBIN)/Geth.framework\" to use the library."

test: all
$(GORUN) build/ci.go test
$(GORUN) build/ci.go test --coverage

lint: ## Run linters.
$(GORUN) build/ci.go lint
Expand Down

0 comments on commit 47000d5

Please sign in to comment.