Add build step
Go Tests / test (push) Failing after 1m2s

This commit is contained in:
2026-06-02 22:28:21 +02:00
parent 2c51bba6e4
commit 357b765eb7
+5
View File
@@ -39,3 +39,8 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
go test ./... -v go test ./... -v
- name: Build binary
run: |
cd repo
go build -o app .