Skip to content

Commit

Permalink
Run unit tests in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
srujangit123 committed Dec 26, 2024
1 parent 6aa87b9 commit 861ecb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ jobs:
go-version: '1.23'

- name: Build
run: go build -o server ./cmd
run: go build -o server ./cmd

- name: Test
run: go test ./...

0 comments on commit 861ecb2

Please sign in to comment.