Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
boxie123 authored Dec 28, 2023
1 parent cf663fc commit 0e626fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: go mod tidy

- name: Test with Go
run: go test -json -v ./... > TestResults-${{ matrix.go-version }}.json
run: go test -json -v ./... > TestResults.json

- name: Upload Go test results
uses: actions/upload-artifact@v3
with:
name: Go-results-${{ matrix.go-version }}
path: TestResults-${{ matrix.go-version }}.json
name: Go-results
path: TestResults.json

0 comments on commit 0e626fb

Please sign in to comment.