mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: run fast.v on freebsd
This commit is contained in:
@@ -23,7 +23,7 @@ fn main() {
|
||||
return
|
||||
}
|
||||
// println('running ./fast')
|
||||
resp := os.execute('./fast')
|
||||
resp := os.execute('./fast -upload')
|
||||
if resp.exit_code < 0 {
|
||||
println(resp.output)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user