Skip to content

Commit

Permalink
Merge pull request #4 from jneo8/dev
Browse files Browse the repository at this point in the history
CI fix
  • Loading branch information
jneo8 authored May 31, 2020
2 parents e008a76 + 13a6464 commit 3cb26b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- uses: actions/checkout@v2

- name: Install richgo
run: make install-richgo

- name: testing
run: make test

Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ count-line: ## Count *.go line in project

##@ test

.PHONY: install-richgo
install-richgo: ## Install richgo
go get -u github.com/kyoh86/richgo

.PHONY: test
test: ## Run test
echo "mode: count" > coverage.out
Expand Down

0 comments on commit 3cb26b9

Please sign in to comment.