mirror of
https://github.com/luxfi/fhe.git
synced 2026-07-26 23:16:08 +00:00
Adds GitHub Actions CI on push to main/dev + PRs: - go build ./... - go test -count=1 -short -timeout 300s ./... - go vet ./... - govulncheck (non-blocking, reports advisories) GOWORK=off per repo convention.