Skip to content

Commit 861ecb2

Browse files
committed
Run unit tests in the workflow
1 parent 6aa87b9 commit 861ecb2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/go.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ jobs:
2525
go-version: '1.23'
2626

2727
- name: Build
28-
run: go build -o server ./cmd
28+
run: go build -o server ./cmd
29+
30+
- name: Test
31+
run: go test ./...

0 commit comments

Comments
 (0)