Fis test pipeline
Build Docker and Deploy / Build Docker Container (push) Successful in 1m19s
Build Docker and Deploy / Run Unit-Tests (push) Failing after 2m36s
Build Docker and Deploy / Deploy to Server (push) Has been skipped

This commit is contained in:
2024-09-20 21:14:40 +02:00
parent d21d775764
commit b3ce926309
8 changed files with 66 additions and 42 deletions
+1
View File
@@ -11,5 +11,6 @@ func TestMain(m *testing.M) {
if !exerr.Initialized() {
exerr.Init(exerr.ErrorPackageConfigInit{ZeroLogErrTraces: langext.PFalse, ZeroLogAllTraces: langext.PFalse})
}
os.Exit(m.Run())
}