fix(ci): change main package path in build step
ci / build (pull_request) Failing after 3m0s
ci / build (push) Failing after 2m33s

This commit is contained in:
2026-06-14 03:11:20 +03:00
parent 9d2f69898a
commit 9da532e9dc
+1 -1
View File
@@ -26,4 +26,4 @@ jobs:
- name: Run tests - name: Run tests
run: go test ./... run: go test ./...
- name: Build - name: Build
run: go build -o backend ./cmd/main.go run: go build ./cmd/backend