Skip to content

Commit

Permalink
chore: fix ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
foamzou committed Jan 8, 2022
1 parent aa8a8ba commit 565aa86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,3 @@ jobs:

- name: Test
run: make test

- name: Coverage
run: go tool cover -func=coverage.out
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ clean:
rm .release/*

test:
go test ./...
go test ./... -coverprofile=coverage.out
go tool cover -func=coverage.out

lint:
golangci-lint run

0 comments on commit 565aa86

Please sign in to comment.