ci: add Gitea Actions workflows and placeholder tests
Some checks failed
CI / ci (push) Failing after 47s
Some checks failed
CI / ci (push) Failing after 47s
This commit is contained in:
10
internal/health/health_test.go
Normal file
10
internal/health/health_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package health
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestHealthCheck(t *testing.T) {
|
||||
status := "ok"
|
||||
if status != "ok" {
|
||||
t.Errorf("expected ok, got %s", status)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user