refactor: adopt cross-platform Go development workflow

This commit is contained in:
2026-07-21 09:05:20 +07:00
parent 5a1d889648
commit ae8064fd2b
10 changed files with 154 additions and 288 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
govulncheck ./...
# No DB emulator step: MongoDB integration tests skip gracefully when
# MONGODB_TEST_URL is unset. Run them locally via `make test-mongo`.
# MONGODB_TEST_URL is unset. See README.md for the local Docker command.
- name: go test
env:
# Quiet test logs so real failures stand out.