From 73020870a17310b1ce3206b76930b2d116173c2a Mon Sep 17 00:00:00 2001 From: Slug-Boi Date: Wed, 9 Apr 2025 21:17:47 +0200 Subject: [PATCH] test: add all flag to hopefully fix ci workflow --- src/cmd/utils/util_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/utils/util_test.go b/src/cmd/utils/util_test.go index 6626e4f..3bce2f8 100644 --- a/src/cmd/utils/util_test.go +++ b/src/cmd/utils/util_test.go @@ -490,7 +490,7 @@ func Test_GitPush(t *testing.T) { utils.Define_users("author_file_test") // Test GitPush with --dry-run flag - flags := []string{"--dry-run"} + flags := []string{"--all","--dry-run"} err := utils.GitPush(flags) if err != nil {