We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa87b9 commit 861ecb2Copy full SHA for 861ecb2
.github/workflows/go.yml
@@ -25,4 +25,7 @@ jobs:
25
go-version: '1.23'
26
27
- name: Build
28
- run: go build -o server ./cmd
+ run: go build -o server ./cmd
29
+
30
+ - name: Test
31
+ run: go test ./...
0 commit comments