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"},
|
||||
wantErr: false,
|
||||
},
|
||||
{
|
||||
name: "run command",
|
||||
args: []string{"llgo", "run", "-v", "."},
|
||||
wantErr: false,
|
||||
},
|
||||
}
|
||||
|
||||
for _, tt := range tests {
|
||||
|
||||
Reference in New Issue
Block a user