app(main_test): log success
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c190f3f6f2
commit
d32b44aedd
@ -10,4 +10,5 @@ import (
|
|||||||
// does this test even make sense?
|
// does this test even make sense?
|
||||||
func TestExecMain(t *testing.T) {
|
func TestExecMain(t *testing.T) {
|
||||||
go main()
|
go main()
|
||||||
|
t.Log("Main executed successfully")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user