mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
test: add all flag to hopefully fix ci workflow
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user