Skip to content

Commit

Permalink
refactor steps inside test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillerv committed Dec 10, 2023
1 parent ff340c1 commit c39b48d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
cache: true

- name: Run Tests
run: go test -v ./...
run: go test -json > TestResults.json

- name: Upload test coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage
path: coverage.out
name: Unit Test Results
path: TestResults.json

# configuration: https://github.com/golangci/golangci-lint-action
golangci:
Expand Down

0 comments on commit c39b48d

Please sign in to comment.