test: add all flag to hopefully fix ci workflow

This commit is contained in:
Slug-Boi
2025-04-09 21:17:47 +02:00
parent 5123e63d9f
commit 73020870a1
+1 -1
View File
@@ -490,7 +490,7 @@ func Test_GitPush(t *testing.T) {
utils.Define_users("author_file_test") utils.Define_users("author_file_test")
// Test GitPush with --dry-run flag // Test GitPush with --dry-run flag
flags := []string{"--dry-run"} flags := []string{"--all","--dry-run"}
err := utils.GitPush(flags) err := utils.GitPush(flags)
if err != nil { if err != nil {