Skip to content

Commit

Permalink
refactor Run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillerv committed Dec 10, 2023
1 parent fbad8e1 commit fb897b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
cache: true

- name: Run Tests
run: go test -coverprofile coverage.out && go tool cover -html coverage.out -o coverage.html
run: |
go test -coverprofile coverage.out
go tool cover -html coverage.out -o coverage.html
- name: Upload test coverage
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fb897b5

Please sign in to comment.