app(main_test): log success
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-05-27 22:06:30 +02:00
parent c190f3f6f2
commit d32b44aedd
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -10,4 +10,5 @@
// 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")
} }