Skip to content

Commit

Permalink
chore: Update go.yml to include Build & Test step
Browse files Browse the repository at this point in the history
  • Loading branch information
tttol committed Jun 30, 2024
1 parent e0d08a0 commit 25efecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
go-version: '1.22.4'

- name: Build
- name: Build & Test
run: go build -v ./...

- name: Test
Expand Down

0 comments on commit 25efecd

Please sign in to comment.