Files
Proxy-PPC/.github
Andrei Alexandru 20948a5d45 Added GitHub Actions CI workflow and initial unit tests
- Added .github/workflows/go-test.yml for automated CI testing using GitHub Actions
- Implemented unit tests for:
  • utils/release.go (FetchLatestRelease)
  • routes/builds.go (buildsHandler)
  • routes/status.go (statusHandler)
- Ensured tests run with go test ./... -v -cover
- Included go vet and gofmt checks in the CI pipeline
- Improved project reliability and continuous integration setup
2025-11-02 11:10:06 +02:00
..