Skip to content

Commit

Permalink
update test coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
k3a committed Sep 29, 2023
1 parent 2ccc36d commit 954cf84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: test
run: make test
- name: generate test coverage
run: go test ./... -coverprofile=./cover.out -covermode=atomic
- name: check test coverage
Expand Down

0 comments on commit 954cf84

Please sign in to comment.