Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codeboten authored Oct 9, 2024
1 parent 5bd5828 commit 9c6cee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
key: go-lint-build-${{ matrix.group }}-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
- name: Lint
run: GOOS=${{ matrix.goos }} GOARCH=amd64 make -j2 golint GROUP=${{ matrix.group }}
- name: Report build results
- name: Report build timings
uses: codeboten/github-action-to-otlp@v1
env:
HONEYCOMB_API_KEY: ${{ secrets.HONEYCOMB_API_KEY }}
Expand Down

0 comments on commit 9c6cee7

Please sign in to comment.