mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: run fast.v on freebsd
This commit is contained in:
parent
f1244bd7f1
commit
e6d79f2fa7
4 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue