From 940576eb1dacdb3f81b328a017435db6aadbb575 Mon Sep 17 00:00:00 2001 From: Slug-Boi Date: Thu, 10 Apr 2025 13:15:30 +0200 Subject: [PATCH] ci: ls --- ci/test_on_push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_on_push.go b/ci/test_on_push.go index c560046..01d96de 100644 --- a/ci/test_on_push.go +++ b/ci/test_on_push.go @@ -42,7 +42,7 @@ func main() { } fmt.Println(out) - out, err = runner.WithExec([]string{"find", "-name", "cover.out"}).Stdout(ctx) + out, err = runner.WithExec([]string{"ls"}).Stdout(ctx) fmt.Println(out) // export the coverage report