Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
petarov committed Apr 23, 2024
1 parent 60bdba8 commit 325a192
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
- name: Build
run: go build -v .
- name: Test with Go
run: go test -v > TestResults-${{ matrix.go-version }}.txt
- name: Upload Go test results-${{ matrix.go-version }}
run: go test -v > TestResults-${{ matrix.go }}.txt
- name: Upload Go test results-${{ matrix.go }}
uses: actions/upload-artifact@v4
with:
name: Test-results-${{ matrix.go-version }}
path: TestResults-${{ matrix.go-version }}.txt
name: Test-results-${{ matrix.go }}
path: TestResults-${{ matrix.go }}.txt

0 comments on commit 325a192

Please sign in to comment.