test: test llgo run -v
This commit is contained in:
@@ -131,6 +131,11 @@ func TestProjectCommands(t *testing.T) {
|
|||||||
args: []string{"llgo", "run", "main.go"},
|
args: []string{"llgo", "run", "main.go"},
|
||||||
wantErr: false,
|
wantErr: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "run command",
|
||||||
|
args: []string{"llgo", "run", "-v", "."},
|
||||||
|
wantErr: false,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, tt := range tests {
|
for _, tt := range tests {
|
||||||
|
|||||||
Reference in New Issue
Block a user