chore(tests): enhance output
- use a better logger separation - use tags not not overload the CI output - removed lot of log.Println/Fatal/Error
This commit is contained in:
9
internal/logger/printer_ci.go
Normal file
9
internal/logger/printer_ci.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build ci
|
||||
// +build ci
|
||||
|
||||
package logger
|
||||
|
||||
// CI should be no-op
|
||||
func message(color string, icon Icon, msg ...any) {
|
||||
// no-op
|
||||
}
|
Reference in New Issue
Block a user