Skip to content

Commit

Permalink
ci: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
h-r-k-matsumoto committed Sep 22, 2024
1 parent f85ca0b commit 06a1c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: go mod download
- name: build
run: go build .
run: go build .
- name: test
run: go test -json ./... > test.json
- name: annotate tests
Expand Down

0 comments on commit 06a1c41

Please sign in to comment.