refactor: deduplicate persistence, add upsert queries, throttle snake saves #4

Merged
ryan merged 3 commits from refactor/game-efficiency into main 2026-03-03 05:02:04 +00:00
Showing only changes of commit cb5458c9fc - Show all commits

View File

@@ -18,6 +18,9 @@ jobs:
with: with:
go-version: "1.25" go-version: "1.25"
- name: Generate templ
run: go tool templ generate
- name: Run tests - name: Run tests
run: go test ./... run: go test ./...
@@ -30,6 +33,9 @@ jobs:
with: with:
go-version: "1.25" go-version: "1.25"
- name: Generate templ
run: go tool templ generate
- name: Install golangci-lint - name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest