Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
utkuufuk committed May 16, 2022
1 parent 03a884d commit ad0ebc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: go build ./cmd/cli

- name: Run tests
run: go test ./...
run: go test -covermode=count -coverprofile=profile.cov ./...

- name: Send coverage
env:
Expand Down

0 comments on commit ad0ebc6

Please sign in to comment.